Skip to content

Commit

Permalink
glib2: fix full language build
Browse files Browse the repository at this point in the history
Needs -lintl.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 3, 2020
1 parent 95698aa commit 7c9a091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/glib2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=glib2
PKG_VERSION:=2.65.0
PKG_RELEASE:=3
PKG_RELEASE:=4

PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/glib/2.65
Expand Down Expand Up @@ -45,7 +45,7 @@ endef

HOST_LDFLAGS += -liconv -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections -liconv
TARGET_LDFLAGS += -Wl,--gc-sections -liconv $(if $(INTL_FULL),-lintl)

COMP_ARGS= \
-Diconv=external \
Expand Down

0 comments on commit 7c9a091

Please sign in to comment.