libarchive: depends on lzo
This commit is contained in:
parent
8321b27b09
commit
9cfebfe2f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user