mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 14:01:42 +08:00
libextractor: fix iconv handling
Autoreconf is enough to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
124b2da87b
commit
05dbef1f9c
@ -20,6 +20,7 @@ PKG_LICENSE:=GPL-3.0-or-later
|
|||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
|
|
||||||
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
@ -65,9 +66,6 @@ CONFIGURE_ARGS += \
|
|||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_lib_jpeg_jpeg_mem_src=yes
|
ac_cv_lib_jpeg_jpeg_mem_src=yes
|
||||||
|
|
||||||
TARGET_LDFLAGS += \
|
|
||||||
-liconv
|
|
||||||
|
|
||||||
define Package/libextractor
|
define Package/libextractor
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user