Browse Source

glib2: update to 2.46.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 9 years ago
parent
commit
00a5339e7e
2 changed files with 3 additions and 13 deletions
  1. +3
    -3
      libs/glib2/Makefile
  2. +0
    -10
      libs/glib2/patches/100-fix-gio-linking.patch

+ 3
- 3
libs/glib2/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007-2015 OpenWrt.org
# Copyright (C) 2007-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=glib2
PKG_VERSION:=2.44.1
PKG_VERSION:=2.46.2
PKG_RELEASE:=1
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
PKG_SOURCE_URL:=@GNOME/glib/2.44
PKG_MD5SUM:=83efba4722a9674b97437d1d99af79db
PKG_MD5SUM:=7f815d6e46df68e070cb421ed7f1139e
PKG_BUILD_PARALLEL:=1
HOST_BUILD_PARALLEL:=1


+ 0
- 10
libs/glib2/patches/100-fix-gio-linking.patch View File

@ -1,10 +0,0 @@
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -707,6 +707,7 @@ bin_PROGRAMS = gio-querymodules glib-com
glib_compile_resources_LDADD = libgio-2.0.la \
$(top_builddir)/gobject/libgobject-2.0.la \
+ $(top_builddir)/gmodule/libgmodule-2.0.la \
$(top_builddir)/glib/libglib-2.0.la \
$(NULL)

Loading…
Cancel
Save