mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 03:10:03 +01:00
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 |
||
|---|---|---|
| .. | ||
| cross-compiling.patch | ||
| foreign-automake.patch | ||
| gcc-format-nonliteral-1.patch | ||
| gcc-format-nonliteral-2.patch | ||
| glib-only.patch | ||
| no-gettext.patch | ||
| no-gregex.patch | ||
| no-installed-files.patch | ||
| no-pkg-config.patch | ||
| osx-static-framework.patch | ||
| patchlist | ||
| README | ||
| static-only.patch | ||
| update-glib.sh | ||
| win32-static-init.patch | ||
To update the glib snapshot, first clone a copy of the glib repo. $ git clone git://git.gnome.org/glib Use the update-glib.sh script to grab a checkout from your local repo. $ ./glib-patches/update-glib.sh ../glib If you've updated to a new glib version, add a new patch (or refresh the current patches) in glib-patches, update the default tag value in update-glib.sh and commit the changes. The idea is that all changes are committed and you can build directly from the pkg-config repo without manipulating the glib snapshot anymore.