diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-20 14:42:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-20 14:42:22 +0200 |
commit | f9292cf478867567f80ad270d4351e9a48ef4d06 (patch) | |
tree | 9c838aaea37a3aa460c5cfca618eaa0dd1e9c795 /package/glib | |
parent | 144eee5e79d8df82a9a55a3e9c8d13eacc4f2aa7 (diff) |
really fix libsecret compile
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/Makefile | 2 | ||||
-rw-r--r-- | package/glib/patches/patch-gio_gnetworkmonitor_c | 11 | ||||
-rw-r--r-- | package/glib/patches/patch-gio_gnetworkmonitornetlink_c | 10 |
3 files changed, 1 insertions, 22 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 3e0cb1288..7325cea8a 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= glib PKG_VERSION:= 2.40.0 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_EXTRAVER:= 2.40 PKG_MD5SUM:= 05fb7cb17eacbc718e90366a1eae60d9 PKG_DESCR:= low-level core library that forms the basis of gtk+ diff --git a/package/glib/patches/patch-gio_gnetworkmonitor_c b/package/glib/patches/patch-gio_gnetworkmonitor_c deleted file mode 100644 index dc3964c3e..000000000 --- a/package/glib/patches/patch-gio_gnetworkmonitor_c +++ /dev/null @@ -1,11 +0,0 @@ ---- glib-2.38.2.orig/gio/gnetworkmonitor.c 2013-10-25 17:58:38.000000000 +0200 -+++ glib-2.38.2/gio/gnetworkmonitor.c 2014-01-10 19:31:33.528843420 +0100 -@@ -18,6 +18,8 @@ - * Boston, MA 02111-1307, USA. - */ - -+#include <string.h> -+ - #include "config.h" - #include "glib.h" - #include "glibintl.h" diff --git a/package/glib/patches/patch-gio_gnetworkmonitornetlink_c b/package/glib/patches/patch-gio_gnetworkmonitornetlink_c deleted file mode 100644 index 25cc24711..000000000 --- a/package/glib/patches/patch-gio_gnetworkmonitornetlink_c +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-2.38.2.orig/gio/gnetworkmonitornetlink.c 2013-11-12 06:30:22.000000000 +0100 -+++ glib-2.38.2/gio/gnetworkmonitornetlink.c 2014-01-10 19:31:44.888881617 +0100 -@@ -20,6 +20,7 @@ - - #include "config.h" - -+#include <string.h> - #include <errno.h> - #include <unistd.h> - |