diff options
Diffstat (limited to 'core/util-linux/PKGBUILD')
-rw-r--r-- | core/util-linux/PKGBUILD | 7 |
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/ + ' +)" |