summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-03-07 19:59:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-03-07 19:59:36 +0100
commit654a2ddaa08d9c606e1a984a401aabdc710830fa (patch)
tree4acbad5d8102f7033466df95b9c4755171e3da39 /core
parent51fa0e11b523b14cfae96d2b902de977025c6db5 (diff)
downloadpackages-654a2ddaa08d9c606e1a984a401aabdc710830fa.tar.xz
core/util-linux: disabled raw
Diffstat (limited to 'core')
-rw-r--r--core/util-linux/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD
new file mode 100644
index 00000000..1a89072f
--- /dev/null
+++ b/core/util-linux/PKGBUILD
@@ -0,0 +1,7 @@
+# raw is deprectated in kernel, raw.h header file missing
+eval "$(
+ declare -f build | \
+ sed '
+ s/--enable-raw/--disable-raw/
+ '
+)"