mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
glib2: fix host build
Seems to need -liconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=glib2
|
PKG_NAME:=glib2
|
||||||
PKG_VERSION:=2.64.2
|
PKG_VERSION:=2.64.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNOME/glib/2.64
|
PKG_SOURCE_URL:=@GNOME/glib/2.64
|
||||||
@@ -42,6 +42,7 @@ define Package/glib2/description
|
|||||||
The GLib library of C routines
|
The GLib library of C routines
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_LDFLAGS += -liconv
|
||||||
TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto
|
TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections
|
TARGET_LDFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user