Revert "glib2: fix host build"
authorJosef Schlehofer <redacted>
Mon, 20 Apr 2020 09:58:43 +0000 (11:58 +0200)
committerJosef Schlehofer <redacted>
Mon, 20 Apr 2020 09:59:48 +0000 (11:59 +0200)
There isn't prime time for it. Currently, it can not be built.
It fails with the following error:  ERROR: Compiler gcc can not compile programs.
More details in https://github.com/openwrt/packages/pull/11887 and
https://github.com/openwrt/packages/issues/11900

This reverts commit b62ed68007eb9429a3f5e40ce56b0094c57d6414.

Signed-off-by: Josef Schlehofer <redacted>
libs/glib2/Makefile

index a56d83de10106c5b505623b641f500226d73d719..5f102d235226f45808e8cfe0e1d013fafdb34aa4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=glib2
 PKG_VERSION:=2.64.2
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNOME/glib/2.64
@@ -42,7 +42,6 @@ define Package/glib2/description
   The GLib library of C routines
 endef
 
-HOST_LDFLAGS += -liconv
 TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto
 TARGET_LDFLAGS += -Wl,--gc-sections
 
git clone https://git.99rst.org/PROJECT