libarchive: depends on lzo

This commit is contained in:
Juergen Daubert 2016-03-04 10:03:33 +01:00
parent 8321b27b09
commit 9cfebfe2f1

View File

@ -1,7 +1,7 @@
# Description: Library to create and read several archive formats
# URL: http://www.libarchive.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: bzip2, xz, zlib, acl
# Depends on: bzip2 xz zlib acl lzo
name=libarchive
version=3.1.2
@ -21,9 +21,9 @@ build() {
./configure --prefix=/usr \
--without-lzmadec \
--without-xml2 \
--without-expat \
--without-nettle \
--without-openssl
--without-expat \
--without-nettle \
--without-openssl
make
make DESTDIR=$PKG install