glib2: update to 2.43.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
43b06049c3
commit
1b66d41113
2 changed files with 3 additions and 3 deletions
|
@ -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,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…
Reference in a new issue