Merge pull request #7748 from neheb/master
libarchive: Update configure arguments
This commit is contained in:
commit
6cd90ad92a
1 changed files with 10 additions and 3 deletions
|
@ -14,10 +14,13 @@ PKG_RELEASE:=2
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.libarchive.org/downloads
|
PKG_SOURCE_URL:=https://www.libarchive.org/downloads
|
||||||
PKG_HASH:=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e
|
PKG_HASH:=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e
|
||||||
|
|
||||||
PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:libarchive:libarchive
|
PKG_CPE_ID:=cpe:/a:libarchive:libarchive
|
||||||
|
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
@ -59,14 +62,18 @@ define Package/bsdtar/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-bsdcpio \
|
|
||||||
--enable-bsdtar=shared \
|
--enable-bsdtar=shared \
|
||||||
|
--disable-bsdcpio \
|
||||||
|
--disable-rpath \
|
||||||
--disable-acl \
|
--disable-acl \
|
||||||
--disable-xattr \
|
--disable-xattr \
|
||||||
|
--without-cng \
|
||||||
|
--without-iconv \
|
||||||
|
--without-lz4 \
|
||||||
|
--without-lzo2 \
|
||||||
--without-nettle \
|
--without-nettle \
|
||||||
--without-xml2 \
|
--without-xml2 \
|
||||||
--without-lz4 \
|
--without-zstd
|
||||||
--without-cng \
|
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),noopenssl)
|
ifeq ($(BUILD_VARIANT),noopenssl)
|
||||||
CONFIGURE_ARGS += --without-openssl
|
CONFIGURE_ARGS += --without-openssl
|
||||||
|
|
Loading…
Reference in a new issue