libarchive: add --without-iconv to configure

This commit is contained in:
Juergen Daubert 2022-12-19 16:17:53 +01:00
parent 6cb6c4aa61
commit a825fcfe57
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqiGms53zuIZF04q4D6/B+oe04BE8cjwfhTiQ0frMkH7R0PqDeHLdI3PgkruzpjTbDaXrMj6jeuoYoSsjpJ7Zrwk=
SHA256 (Pkgfile) = 329ee97b63c858b950068448d899847f090fa2a23905c97d653d4bada8d013ef
RWRJc1FUaeVeqiBEghaKFfOWIMFDIk55jGu0m1Kcd/HqpI9Szd3DFotJzCI1sOaFMb58efcqIbF2UxepoQJpcecggt8Wzs3tAQw=
SHA256 (Pkgfile) = b36a7330c8937605ff43cc65d730218e29dfc5ac07eb3de843b2c981d97ec122
SHA256 (.footprint) = 4657ae77d65c936340a13fe44364b76415797a9dd258d7ba2b6798923f9ab2c8
SHA256 (libarchive-3.6.2.tar.xz) = 9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d

View File

@ -16,13 +16,11 @@ build() {
./configure \
--prefix=/usr \
--without-iconv \
--without-xml2 \
--without-nettle \
--without-libb2
make
make DESTDIR=$PKG install
# fix pkgconfig file
sed "/^Requires.private:/s/iconv//" -i $PKG/usr/lib/pkgconfig/libarchive.pc
}