diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-16 14:24:52 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-16 14:24:52 +0100 |
commit | a189b54dda8dd8fd9a127540a3a1e8fc10671c57 (patch) | |
tree | f4bf09bc9f1e7d37fbdccccd8b80333cfe52ae47 /core/libseccomp | |
parent | eaaff21649194e8678cf448c97c5481e33b52062 (diff) | |
download | packages-a189b54dda8dd8fd9a127540a3a1e8fc10671c57.tar.xz |
core/libseccomp: temporarily disabled building of python-libseccomp
Diffstat (limited to 'core/libseccomp')
-rw-r--r-- | core/libseccomp/PKGBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD index 03a3745f..77e30b42 100644 --- a/core/libseccomp/PKGBUILD +++ b/core/libseccomp/PKGBUILD @@ -18,3 +18,14 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi + +#temporarily remove libseccomp-python (doesn't build) +pkgname=(${pkgname[@]//python-libseccomp/}) +unset -f package_python-libseccomp +eval "$( + declare -f build | \ + sed ' + s,\(cd src/python\),#\1, + s,\(env.*python.*\),#\1, + ' +)" |