aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-08-02 18:03:50 -0700
committerRosen Penev <rosenp@gmail.com>2020-08-02 18:03:50 -0700
commit7c9a0919a7fc335b8cc09a221941c131b8f84baf (patch)
tree73b7544eb13b9ec5b8dd33f2d3bde1e776053c63 /libs
parent95698aa083cea971d8923ac57d09ce70af0d109c (diff)
glib2: fix full language build
Needs -lintl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/glib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile
index e1c1d9e84..434a40dd9 100644
--- a/libs/glib2/Makefile
+++ b/libs/glib2/Makefile
@@ -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
@@ -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 \