Skip to content

Commit

Permalink
gettext-full: link libiconv when building host pkg
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit 63dd14b)
Link: #15627
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
zpc0 authored and robimarko committed Jun 4, 2024
1 parent 08becaf commit a691e7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package/libs/gettext-full/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=gettext-full/host libunistring libxml2
PKG_BUILD_PARALLEL:=0

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

PKG_SUBDIRS:= \
Expand Down Expand Up @@ -99,14 +99,12 @@ HOST_CONFIGURE_ARGS += \
--disable-java \
--disable-openmp \
--without-emacs \
--with-libiconv-prefix=$(STAGING_DIR_HOSTPKG) \
--with-libunistring-prefix=$(STAGING_DIR_HOSTPKG) \
--with-libxml2-prefix=$(STAGING_DIR_HOSTPKG)

HOST_CONFIGURE_VARS += \
EMACS="no" \
am_cv_lib_iconv=no \
am_cv_func_iconv=no \
ac_cv_header_iconv_h=no \

HOST_CFLAGS += $(HOST_FPIC)

Expand Down

0 comments on commit a691e7d

Please sign in to comment.