diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-11 05:52:31 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-11 05:52:31 +0100 |
commit | 1f43a3397c500f1df27d4e020cfa79fed80deda6 (patch) | |
tree | b73433170be9e868194eec30f0c8f9052f2d8c54 /core | |
parent | 620aea01f148b5141342e77b7ee2a6c4e02fedea (diff) | |
download | packages-1f43a3397c500f1df27d4e020cfa79fed80deda6.tar.xz |
core/file: disabled libseccomp for now (glibc 2.33 mayem)
Diffstat (limited to 'core')
-rw-r--r-- | core/file/PKGBUILD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD new file mode 100644 index 00000000..4ed64d93 --- /dev/null +++ b/core/file/PKGBUILD @@ -0,0 +1,8 @@ +# gcc 2.33, libseccomp, disable for now + +eval "$( + declare -f build | \ + sed ' + s/--enable-libseccomp/--disable-libseccomp/g + ' +)" |