index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-21 11:31:09 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-21 11:31:09 +0100 |
commit | a3a5a8e57719b015f1e3f97a51dd12f638906cea (patch) | |
tree | 0ef8bf207c1f1f630c6d70a53be10c02f026f767 | |
parent | bc326fcdc3e1c153201072c30e475c134d55c295 (diff) |
-rw-r--r-- | core/libarchive/PKGBUILD | 4 |
diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD index 56ede898..c0dc8804 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -10,3 +10,7 @@ eval "$( s/configure/configure --without-xml2 / ' )" + +# temporary, we still build a version with libb2 though upstream now +# has no dependency on libb2 anymore? +depends+=(libb2) |