diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-09-23 21:24:40 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-30 13:17:01 -0700 |
commit | b98c234bf7907ff4e956f131023437d01e57c910 (patch) | |
tree | ec8bd79e39ca03001056ae020b9e2128381cd672 /recipes/obsolete/imlib/files/configure.patch | |
parent | 9730a28e669931fee601756e949bb210999b4b81 (diff) | |
download | openembedded-b98c234bf7907ff4e956f131023437d01e57c910.tar.gz openembedded-b98c234bf7907ff4e956f131023437d01e57c910.tar.bz2 openembedded-b98c234bf7907ff4e956f131023437d01e57c910.zip |
imlib_1.9.15, qiv_1.9: move to obsolete.
Motivation for removal:
ERROR: QA Issue with staging: imlib.pc failed sanity test (tmpdir) in path /mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/pkgconfig
This 3 year old qiv recipe is the only in tree user of imlib1. Newer
versions of qiv which use imlib2 are available from http://spiegl.de/qiv/
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/obsolete/imlib/files/configure.patch')
-rw-r--r-- | recipes/obsolete/imlib/files/configure.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes/obsolete/imlib/files/configure.patch b/recipes/obsolete/imlib/files/configure.patch new file mode 100644 index 0000000000..90879c15ee --- /dev/null +++ b/recipes/obsolete/imlib/files/configure.patch @@ -0,0 +1,31 @@ +--- /tmp/configure.in 2006-09-02 12:44:16.000000000 +0200 ++++ imlib-1.9.15/configure.in 2006-09-02 12:44:22.975780000 +0200 +@@ -43,19 +43,6 @@ + oCFLAGS="$CFLAGS" + LIBS="$LIBS `glib-config --libs gmodule`" + CFLAGS="$CFLAGS `glib-config --cflags gmodule`" +- AC_TRY_RUN([ +-#include <glib.h> +-#include <gmodule.h> +-main () +-{ +- if (g_module_supported ()) +- exit (0); +- else +- exit (1); +-} +-], dynworks=true) +- LIBS="$oLIBS" +- CFLAGS="$oCFLAGS" + fi + + dnl Now we check to see if our libtool supports shared lib deps +@@ -141,7 +128,7 @@ + fi + AC_SUBST(GX_LIBS) + +-CPPFLAGS="$CPPFLAGS -I$includedir -I$prefix/include" ++CPPFLAGS="$CPPFLAGS" + + SUPPORT_LIBS="" + |