Browse Source

libextractor: fix iconv handling

Autoreconf is enough to fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit df335b1391)
lilik-openwrt-22.03
Rosen Penev 2 years ago
parent
commit
fb72063566
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libs/libextractor/Makefile

+ 1
- 3
libs/libextractor/Makefile View File

@ -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…
Cancel
Save