diff src/glib.mk @ 5734:56df28fdf14f

glib: Update to version 2.58.0 * src/glib.mk: Update version and checksum. Disable compilation error on compiler warnings. * src/glib-1-fixes.patch: Rebase part of patch that no longer applied. IIUC, this is the last stable release that can be build with the autotools toolchain. Newer versions will require a rewrite of the build rules. Afaics, we need glib only to build gnuplot at the moment.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 12 Apr 2021 18:43:03 +0200
parents ac2d180a1a47
children 9f739a6fed4e
line wrap: on
line diff
--- a/src/glib.mk	Mon Apr 12 10:51:50 2021 +0200
+++ b/src/glib.mk	Mon Apr 12 18:43:03 2021 +0200
@@ -3,8 +3,8 @@
 
 PKG             := glib
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.54.0
-$(PKG)_CHECKSUM := 96b434a9ca142344b93f38ed0cd88d36196b68ae
+$(PKG)_VERSION  := 2.58.0
+$(PKG)_CHECKSUM := c00e433c56e0ba3541abc5222aeca4136de10fb8
 $(PKG)_SUBDIR   := glib-$($(PKG)_VERSION)
 $(PKG)_FILE     := glib-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
@@ -41,7 +41,8 @@
         --disable-libmount \
         --with-libiconv=gnu \
         --with-pcre=internal \
-	&& $(CONFIGURE_POST_HOOK)
+        --disable-compile-warnings \
+        && $(CONFIGURE_POST_HOOK)
 
     $(SED) -i 's,#define G_ATOMIC.*,,' '$(1)/config.h'
     $(MAKE) -C '$(1)/glib'    -j '$(JOBS)'
@@ -68,6 +69,7 @@
         --with-pcre=system \
         --with-libiconv=gnu \
         --disable-inotify \
+        --disable-compile-warnings \
         PKG_CONFIG='$(MXE_PKG_CONFIG)' \
         PKG_CONFIG_PATH='$(PKG_CONFIG_PATH)'