libextractor: fix build with full NLS support

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2015-09-11 07:23:05 +02:00
parent 1e70a8c758
commit d2cb285774

View file

@ -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