Browse Source

glib2: update version to 2.70.4

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 3ace16ed77)
lilik-openwrt-22.03
Florian Eckert 2 years ago
parent
commit
68a8c2d8dd
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      libs/glib2/Makefile
  2. +1
    -1
      libs/glib2/patches/006-c99.patch

+ 2
- 2
libs/glib2/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=glib2
PKG_VERSION:=2.70.0
PKG_VERSION:=2.70.4
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/glib/2.70
PKG_HASH:=200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742
PKG_HASH:=ab3d176f3115dcc4e5d02db795984e04e4f4b48d836252e23e8c468e9d423c33
PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
PKG_LICENSE:=LGPL-2.1-or-later


+ 1
- 1
libs/glib2/patches/006-c99.patch View File

@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -949,7 +949,7 @@ if host_system == 'windows' and (cc.get_
@@ -948,7 +948,7 @@ if host_system == 'windows' and (cc.get_
glib_conf.set('HAVE_C99_SNPRINTF', false)
glib_conf.set('HAVE_C99_VSNPRINTF', false)
glib_conf.set('HAVE_UNIX98_PRINTF', false)


Loading…
Cancel
Save