]> code.ossystems Code Review - openembedded-core.git/commitdiff
correct libtool patch
authorJorn Baayen <jorn@openedhand.com>
Thu, 20 Jul 2006 11:43:20 +0000 (11:43 +0000)
committerJorn Baayen <jorn@openedhand.com>
Thu, 20 Jul 2006 11:43:20 +0000 (11:43 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@520 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/gtk+/gtk+-2.10.0/hardcoded_libtool.patch
openembedded/packages/gtk+/gtk+_2.10.0.bb

index b2afddcc61b1d14781e60fe180d68c83859b2f42..1a8e9294cf3ebee43338e9eb9c9a3ad4450b369c 100644 (file)
@@ -4,9 +4,9 @@
  AC_MSG_CHECKING([Whether to write dependencies into .pc files])
  case $enable_explicit_deps in
    auto)
--    deplib_check_method=`(./libtool --config; echo eval echo \\$deplib_check_method) | sh`
-+    deplib_check_method=`($host_alias-libtool --config; echo eval echo \\$deplib_check_method) | sh`
-     if test "X$deplib_check_method" = Xnone || test "x$enable_static" = xyes ; then
+-    deplibs_check_method=`(./libtool --config; echo eval echo \\$deplibs_check_method) | sh`
++    deplibs_check_method=`($host_alias-libtool --config; echo eval echo \\$deplibs_check_method) | sh`
+     if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
        enable_explicit_deps=yes  
      else
 @@ -688,7 +688,7 @@
index decabf2f8016bb976e88dc816b2ef443a839232d..a16967ced6cb62bbc64edf23fca489cf0a3a69ee 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
            file://no-xwc.patch;patch=1 \
            file://automake-lossage.patch;patch=1 \
 #         file://spinbutton.patch;patch=1 \
-#         file://hardcoded_libtool.patch;patch=1 \
+          file://hardcoded_libtool.patch;patch=1 \
           file://disable-tooltips.patch;patch=1 \
           file://gtklabel-resize-patch;patch=1 \
           file://gtktreeview-316689.patch;patch=1 \