mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user