summaryrefslogtreecommitdiffstats
path: root/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2015-03-08 17:54:30 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-08 18:32:13 +0100
commit76b55b9509bdb3f608e4a0a58388ccf396240691 (patch)
treecee17c26daa79afecb6a58afd81b1bd99f541831 /package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch
parent6aa6a84de0c08da282c443c7688409ce3c1a0edf (diff)
downloadbuildroot-76b55b9509bdb3f608e4a0a58388ccf396240691.tar.gz
buildroot-76b55b9509bdb3f608e4a0a58388ccf396240691.zip
imlib2: imlib2-config: delete old reference to @my_libs@
The script "imlib2-config" returns "@my_libs@" that causes build failures on the programs that use it. This is a regression of version v1.4.6. Add a upstream patch to fix it and reorder the patches to follow upstream branch order. Fixes: http://autobuild.buildroot.net/results/e1a7691a6528d635c308d7bf47a8be8aa0594190 http://autobuild.buildroot.net/results/23fea2e4d668d69565d5f50493635fc834c54ce1 Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch')
-rw-r--r--package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch b/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch
new file mode 100644
index 0000000000..35babbbbfb
--- /dev/null
+++ b/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch
@@ -0,0 +1,28 @@
+From 534e736e52b6be0da58397ef05f55d47f3794ea7 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger <vapier@gentoo.org>
+Date: Sat, 18 Jan 2014 13:56:54 -0500
+Subject: [PATCH 3/6] imlib2-config: delete old reference to @my_libs@
+
+This was cleaned up a while ago, but this file was missed.
+
+URL: https://bugs.gentoo.org/497894
+---
+ imlib2-config.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/imlib2-config.in b/imlib2-config.in
+index cf814c6..965f7c3 100644
+--- a/imlib2-config.in
++++ b/imlib2-config.in
+@@ -46,7 +46,7 @@ while test $# -gt 0; do
+ ;;
+ --libs)
+ libdirs=-L@libdir@
+- echo $libdirs -lImlib2 @my_libs@
++ echo $libdirs -lImlib2
+ ;;
+ *)
+ echo "${usage}" 1>&2
+--
+2.3.1
+
OpenPOWER on IntegriCloud