diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-06-21 17:01:03 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-24 12:11:09 +0200 |
commit | 6186f0156789e5c7a468c2ba379b3fac795d01cb (patch) | |
tree | 0f8b69b9d19412c2fcfa0d8cbc1c832175135bcd /package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch | |
parent | 568cc42f688957d8517ccd85812f2c841cc5101f (diff) | |
download | buildroot-6186f0156789e5c7a468c2ba379b3fac795d01cb.tar.gz buildroot-6186f0156789e5c7a468c2ba379b3fac795d01cb.zip |
libglib2: bump version to 2.52.2
Patches were changed to git format, because libglib is a git project.
0003-gio-2.0.pc-include-libmount-in-Libs.private.patch was added to upstream
as of commit:
https://git.gnome.org/browse/glib/commit/?id=ecdd3c29fc4bd28f01fe53d0528bfee888c9c62c.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch')
-rw-r--r-- | package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch b/package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch deleted file mode 100644 index 364e179345..0000000000 --- a/package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch +++ /dev/null @@ -1,32 +0,0 @@ -From ee32416dec8462ee27c3c254100cf980b0889ce0 Mon Sep 17 00:00:00 2001 -From: Rahul Bedarkar <rahul.bedarkar@imgtec.com> -Date: Tue, 18 Oct 2016 23:04:50 +0530 -Subject: [PATCH] gio-2.0.pc: include libmount in Libs.private - -This helps with static linking. When application statically links with -libgio, it needs to link against libmount explicitly. When it is -mentioned in Libs.private, build system can figure out with which extra -libs to link against with help of pkg-config. - -This build failure is detected by Buildroot autobuilder: -http://autobuild.buildroot.net/results/fdf/fdf26abbed0014606a7788ce5d60828a0e871186 - -Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> ---- - gio-2.0.pc.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in -index 899af0c..7574eb7 100644 ---- a/gio-2.0.pc.in -+++ b/gio-2.0.pc.in -@@ -14,5 +14,5 @@ Version: @VERSION@ - Requires: glib-2.0 gobject-2.0 - Requires.private: gmodule-no-export-2.0 - Libs: -L${libdir} -lgio-2.0 --Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@ -+Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@ @LIBMOUNT_LIBS@ - Cflags: --- -2.6.2 - |