mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libextractor: fix build with full NLS support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -23,6 +23,7 @@ PKG_LICENSE_FILES:=COPYING
|
|||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
PLUGINS:= \
|
PLUGINS:= \
|
||||||
archive:+libarchive-noopenssl \
|
archive:+libarchive-noopenssl \
|
||||||
@@ -53,6 +54,7 @@ PLUGINS:= \
|
|||||||
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-ffmpeg \
|
--enable-ffmpeg \
|
||||||
@@ -65,7 +67,7 @@ define Package/libextractor
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=GNU Libextractor
|
TITLE:=GNU Libextractor
|
||||||
URL:=https://www.gnu.org/software/libextractor/
|
URL:=https://www.gnu.org/software/libextractor/
|
||||||
DEPENDS:=+libbz2 +libltdl +librt +zlib
|
DEPENDS:=+libbz2 +libltdl +librt +zlib $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user