index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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/file/PKGBUILD | |
parent | 620aea01f148b5141342e77b7ee2a6c4e02fedea (diff) |
-rw-r--r-- | core/file/PKGBUILD | 8 |
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 + ' +)" |