diff options
Diffstat (limited to 'libarchive/Pkgfile')
-rw-r--r-- | libarchive/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index c2a17d06..9b5c0c52 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -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 } |