Browse Source

glib2: update to 2.43.4

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

+ 2
- 2
libs/glib2/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=glib2
PKG_VERSION:=2.43.3
PKG_VERSION:=2.43.4
PKG_RELEASE:=1
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
PKG_SOURCE_URL:=@GNOME/glib/2.43
PKG_MD5SUM:=2727c4dee79c5449f364cd5e27b17099
PKG_MD5SUM:=2f28879252c660a65aa3139ec499776b
PKG_BUILD_DEPENDS:=glib2/host libpthread zlib libintl libffi
HOST_BUILD_DEPENDS:=libintl/host libiconv/host libffi/host


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

@ -1,6 +1,6 @@
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -695,6 +695,7 @@ bin_PROGRAMS = gio-querymodules glib-com
@@ -700,6 +700,7 @@ bin_PROGRAMS = gio-querymodules glib-com
glib_compile_resources_LDADD = libgio-2.0.la \
$(top_builddir)/gobject/libgobject-2.0.la \


Loading…
Cancel
Save