mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
glib2: fix full language build
Needs -lintl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user