libextractor: fix build with full NLS support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
1e70a8c758
commit
d2cb285774
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue