diff options
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -132,10 +132,6 @@ if [[ $CARCH = i686 ]]; then export CXXFLAGS="${CXXFLAGS/-fstack-protector-strong/}" fi -# keep using xz-compressed packages, because one use of the package is to -# recover on systems with broken zstd support in libarchive -[[ $PKGEXT = .pkg.tar.zst ]] && PKGEXT=.pkg.tar.xz - build() { export PKG_CONFIG_PATH="${srcdir}"/temp/usr/lib/pkgconfig export PATH="${srcdir}/temp/usr/bin:${PATH}" |