glib2: fix full language build
Needs -lintl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
95698aa083
commit
7c9a0919a7
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=glib2
|
PKG_NAME:=glib2
|
||||||
PKG_VERSION:=2.65.0
|
PKG_VERSION:=2.65.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNOME/glib/2.65
|
PKG_SOURCE_URL:=@GNOME/glib/2.65
|
||||||
|
@ -45,7 +45,7 @@ endef
|
||||||
|
|
||||||
HOST_LDFLAGS += -liconv -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib
|
HOST_LDFLAGS += -liconv -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib
|
||||||
TARGET_CFLAGS += -ffunction-sections -fdata-sections
|
TARGET_CFLAGS += -ffunction-sections -fdata-sections
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections -liconv
|
TARGET_LDFLAGS += -Wl,--gc-sections -liconv $(if $(INTL_FULL),-lintl)
|
||||||
|
|
||||||
COMP_ARGS= \
|
COMP_ARGS= \
|
||||||
-Diconv=external \
|
-Diconv=external \
|
||||||
|
|
Loading…
Reference in a new issue