libextractor: fix iconv handling
Autoreconf is enough to fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit df335b1391
)
This commit is contained in:
parent
7d74fbf377
commit
fb72063566
1 changed files with 1 additions and 3 deletions
|
@ -20,6 +20,7 @@ PKG_LICENSE:=GPL-3.0-or-later
|
|||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
|
@ -65,9 +66,6 @@ CONFIGURE_ARGS += \
|
|||
CONFIGURE_VARS += \
|
||||
ac_cv_lib_jpeg_jpeg_mem_src=yes
|
||||
|
||||
TARGET_LDFLAGS += \
|
||||
-liconv
|
||||
|
||||
define Package/libextractor
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
|
|
Loading…
Reference in a new issue