this repo has no description

Merge pull request #18022 from Julow/fix-conf-linux

conf-linux-libc-dev: Remove absolute path to header

Kate 08273a79 c6e2f8e2

Changed files
+4 -1
packages
conf-linux-libc-dev
conf-linux-libc-dev.0
+4 -1
packages/conf-linux-libc-dev/conf-linux-libc-dev.0/opam
···
homepage: "https://kernel.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: [ "GPL-2.0-only" ]
-
build: [["ls" "/usr/include/linux/stddef.h"]]
+
build: [
+
["sh" "-exc" "echo '#include <linux/stddef.h>' > test.c"]
+
["cc" "-E" "test.c"]
+
]
depexts: [
["linux-libc-dev"] {os-family = "debian"}
["linux-libc-dev"] {os-family = "ubuntu"}