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
|
# Description: Library to create and read several archive formats
|
||||||
# URL: http://www.libarchive.org/
|
# URL: http://www.libarchive.org/
|
||||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
# 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
|
name=libarchive
|
||||||
version=3.1.2
|
version=3.1.2
|
||||||
@ -21,9 +21,9 @@ build() {
|
|||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--without-lzmadec \
|
--without-lzmadec \
|
||||||
--without-xml2 \
|
--without-xml2 \
|
||||||
--without-expat \
|
--without-expat \
|
||||||
--without-nettle \
|
--without-nettle \
|
||||||
--without-openssl
|
--without-openssl
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user