index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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) |