index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-23 13:28:57 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-23 13:28:57 +0100 |
commit | d6daa3afc72e3ea5f1f60f1f91cbc71108a3a504 (patch) | |
tree | 8af96f70ad5713a986903a97a96ce391a518bf45 /build-support/libarchive-static | |
parent | 97fba2e45d730c1e069eba8aea05b3f5ab6b9d29 (diff) |
-rw-r--r-- | build-support/libarchive-static/PKGBUILD | 2 |
diff --git a/build-support/libarchive-static/PKGBUILD b/build-support/libarchive-static/PKGBUILD index 143cd5d9..c76e92b2 100644 --- a/build-support/libarchive-static/PKGBUILD +++ b/build-support/libarchive-static/PKGBUILD @@ -115,7 +115,7 @@ export CXXFLAGS+=' -D_LARGEFILE64_SOURCE' # 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 +#[[ $PKGEXT = .pkg.tar.zst ]] && PKGEXT=.pkg.tar.xz prepare() { cd "${srcdir}/${_pkgname}" |