aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+/gtk+-2.20.1
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-12 22:47:01 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-13 20:25:06 -0700
commite78de4e1cdb5b49831233d82c2fe7ea17884a870 (patch)
tree469d9eadd71fa7e0521e92c47a8e572b3c282a2d /recipes/gtk+/gtk+-2.20.1
parentde0fdcf23c680ef88c536d43504b999a9720d645 (diff)
downloadopenembedded-e78de4e1cdb5b49831233d82c2fe7ea17884a870.tar.gz
gtk+-2.20.0,gtk+-2.20.1: Fix case where /usr/bin/nm was being generated into libtool.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gtk+/gtk+-2.20.1')
-rw-r--r--recipes/gtk+/gtk+-2.20.1/cross-nm.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gtk+/gtk+-2.20.1/cross-nm.patch b/recipes/gtk+/gtk+-2.20.1/cross-nm.patch
new file mode 100644
index 0000000000..36e9557009
--- /dev/null
+++ b/recipes/gtk+/gtk+-2.20.1/cross-nm.patch
@@ -0,0 +1,13 @@
+Index: gtk+-2.20.1/configure.in
+===================================================================
+--- gtk+-2.20.1.orig/configure.in 2010-07-10 16:25:40.000000000 -0700
++++ gtk+-2.20.1/configure.in 2010-07-12 22:08:49.878377002 -0700
+@@ -202,7 +202,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
+ AC_SYS_LARGEFILE
+
+ AM_PROG_AS
+-AC_PATH_PROG(NM, nm, nm)
++AC_CHECK_PROG(NM, nm, nm)
+
+ dnl Initialize maintainer mode
+ AM_MAINTAINER_MODE