@ -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 := 2
PKG_RELEASE := 3
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
@ -43,9 +43,9 @@ define Package/glib2/description
The GLib library of C routines
The GLib library of C routines
e n d e f
e n d e f
HOST_LDFLAGS += -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
TARGET_LDFLAGS += -Wl,--gc-sections -liconv
COMP_ARGS = \
COMP_ARGS = \
-Diconv= external \
-Diconv= external \