projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6283311
)
libextractor: fix iconv handling
author
Rosen Penev
<rosenp@gmail.com>
Sun, 10 Jul 2022 07:32:58 +0000
(
00:32
-0700)
committer
Rosen Penev
<rosenp@gmail.com>
Mon, 11 Jul 2022 01:26:50 +0000
(18:26 -0700)
Autoreconf is enough to fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libextractor/Makefile
patch
|
blob
|
history
diff --git
a/libs/libextractor/Makefile
b/libs/libextractor/Makefile
index ad9e17f52c0433676f166a46d052f3d19931ae45..d01ef29bcb2bf2cab4c671d53271219a0db61f90 100644
(file)
--- a/
libs/libextractor/Makefile
+++ b/
libs/libextractor/Makefile
@@
-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