X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fimlib2%2F0003-imlib2-config-delete-old-reference-to-my_libs.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fimlib2%2F0003-imlib2-config-delete-old-reference-to-my_libs.patch;h=35babbbbfb28b256d44fe548cf3f9e8c619a9545;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch new file mode 100644 index 0000000..35babbb --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/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 +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 +