file: add newly introduced compression support
Also make it explicit in the configure args. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a1a8f74368
commit
aece8d872a
1 changed files with 5 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=file
|
PKG_NAME:=file
|
||||||
PKG_VERSION:=5.38
|
PKG_VERSION:=5.38
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://src.fedoraproject.org/lookaside/pkgs/file/ \
|
PKG_SOURCE_URL:=https://src.fedoraproject.org/lookaside/pkgs/file/ \
|
||||||
|
@ -44,7 +44,7 @@ $(call Package/file/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= library
|
TITLE+= library
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib +liblzma +libbz2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
@ -53,6 +53,9 @@ TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--enable-bzlib \
|
||||||
|
--enable-xzlib \
|
||||||
|
--enable-zlib \
|
||||||
--disable-libseccomp \
|
--disable-libseccomp \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-warnings \
|
--disable-warnings \
|
||||||
|
|
Loading…
Reference in a new issue