Skip to content

Commit

Permalink
[archivers/libarchive] Don't disable too many dependencies
Browse files Browse the repository at this point in the history
Enable more dependencies in the 'inplace' build than in the 'bootstrap' build.
This now uses the same list as in pkgsrc.
  • Loading branch information
Anthony Mallet committed Jan 25, 2024
1 parent f741c93 commit 4fbc3a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions archivers/libarchive/depend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ libarchive-build:
${CONFIG_SHELL} ./configure \
--enable-static --disable-shared \
--disable-maintainer-mode \
--disable-bsdtar --disable-bsdcpio \
--disable-posix-regex-lib --disable-xattr \
--without-lzma --without-lzo2 --without-lz4 \
--without-nettle --without-openssl --without-xml2 \
--without-expat --without-zstd \
--without-expat --without-libb2 --without-lz4 \
--without-lzo2 --without-mbedtls --without-nettle \
--without-openssl --without-xml2 --without-zstd \
&& ${MAKE}
else
# This is the regular version of libarchive package, for normal install
Expand Down

0 comments on commit 4fbc3a8

Please sign in to comment.