summaryrefslogtreecommitdiff
path: root/glib-patches/patchlist
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2017-03-20 06:01:57 -0500
committerDan Nicholson <dbn.lists@gmail.com>2017-03-20 06:01:57 -0500
commit64cbed988423449dd9f687b3658695a404d4085c (patch)
tree2521094f92bda032df65b841e85be157fb160208 /glib-patches/patchlist
parent325ddf2f4b19a9084dedd3d458f7d02f5b854dec (diff)
downloadpkg-config-64cbed988423449dd9f687b3658695a404d4085c.tar.gz
glib: Fix bundled build with GCC 6
Backport two patches from upstream glib to handle -Wformat-nonliteral included by default with GCC 6. Ideally the snapshot should be updated, but this fix the issue until that happens. https://bugs.freedesktop.org/show_bug.cgi?id=95326
Diffstat (limited to 'glib-patches/patchlist')
-rw-r--r--glib-patches/patchlist5
1 files changed, 5 insertions, 0 deletions
diff --git a/glib-patches/patchlist b/glib-patches/patchlist
index e186f38..754ebb1 100644
--- a/glib-patches/patchlist
+++ b/glib-patches/patchlist
@@ -1,3 +1,4 @@
+# pkg-config specific
glib-only.patch
no-installed-files.patch
foreign-automake.patch
@@ -8,3 +9,7 @@ cross-compiling.patch
static-only.patch
win32-static-init.patch
osx-static-framework.patch
+
+# Upstream backports
+gcc-format-nonliteral-1.patch
+gcc-format-nonliteral-2.patch