mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
gettext-full: link libiconv when building host pkg
On Fedora 40 system, some compile error happens when building iconv-ostream.c. Linking to libiconv-full fixes this. Signed-off-by: Yanase Yuki <dev@zpc.st>
This commit is contained in:
parent
27a2b54cba
commit
63dd14b906
@ -27,7 +27,7 @@ PKG_BUILD_PARALLEL:=0
|
|||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
HOST_BUILD_DEPENDS:=gperf/host libunistring/host libxml2/host
|
HOST_BUILD_DEPENDS:=gperf/host libiconv-full/host libunistring/host libxml2/host
|
||||||
HOST_BUILD_PARALLEL:=0
|
HOST_BUILD_PARALLEL:=0
|
||||||
|
|
||||||
PKG_SUBDIRS:= \
|
PKG_SUBDIRS:= \
|
||||||
@ -101,14 +101,12 @@ HOST_CONFIGURE_ARGS += \
|
|||||||
--disable-java \
|
--disable-java \
|
||||||
--disable-openmp \
|
--disable-openmp \
|
||||||
--without-emacs \
|
--without-emacs \
|
||||||
|
--with-libiconv-prefix=$(STAGING_DIR_HOSTPKG) \
|
||||||
--with-libunistring-prefix=$(STAGING_DIR_HOSTPKG) \
|
--with-libunistring-prefix=$(STAGING_DIR_HOSTPKG) \
|
||||||
--with-libxml2-prefix=$(STAGING_DIR_HOSTPKG)
|
--with-libxml2-prefix=$(STAGING_DIR_HOSTPKG)
|
||||||
|
|
||||||
HOST_CONFIGURE_VARS += \
|
HOST_CONFIGURE_VARS += \
|
||||||
EMACS="no" \
|
EMACS="no" \
|
||||||
am_cv_lib_iconv=no \
|
|
||||||
am_cv_func_iconv=no \
|
|
||||||
ac_cv_header_iconv_h=no \
|
|
||||||
|
|
||||||
HOST_CFLAGS += $(HOST_FPIC)
|
HOST_CFLAGS += $(HOST_FPIC)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user