packages/libtool/libtool-cross_1.5.10.bb: Disable --rpath on compiling!
authorHolger Freyther <zecke@selfish.org>
Sun, 27 May 2007 21:59:12 +0000 (21:59 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 27 May 2007 21:59:12 +0000 (21:59 +0000)
    Hack libtool.m4 to never ever enable --rpath.

packages/libtool/libtool-1.5.10/never-ever-do-rpath.patch [new file with mode: 0644]
packages/libtool/libtool-cross_1.5.10.bb

diff --git a/packages/libtool/libtool-1.5.10/never-ever-do-rpath.patch b/packages/libtool/libtool-1.5.10/never-ever-do-rpath.patch
new file mode 100644 (file)
index 0000000..7c92524
--- /dev/null
@@ -0,0 +1,32 @@
+Well, brute force to disable rpath.
+
+Only 
+-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
++#hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
+
+should be necessary....
+
+Index: libtool-1.5.10/libtool.m4
+===================================================================
+--- libtool-1.5.10.orig/libtool.m4     2007-05-27 23:31:51.000000000 +0200
++++ libtool-1.5.10/libtool.m4  2007-05-27 23:50:26.000000000 +0200
+@@ -4244,16 +4244,16 @@
+ hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
+ # Whether we should hardcode library paths into libraries.
+-hardcode_into_libs=$hardcode_into_libs
++hardcode_into_libs=no
+ # Flag to hardcode \$libdir into a binary during linking.
+ # This must work even if \$libdir does not exist.
+-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
++hardcode_libdir_flag_spec=
+ # If ld is used when linking, flag to hardcode \$libdir into
+ # a binary during linking. This must work even if \$libdir does
+ # not exist.
+-hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
++hardcode_libdir_flag_spec_ld=
+ # Whether we need a single -rpath flag with a separated argument.
+ hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
index 575448e..f4ca30c 100644 (file)
@@ -8,7 +8,8 @@ SRC_URI_append = " file://libdir-la.patch;patch=1 \
                    file://prefix.patch;patch=1 \
                    file://tag.patch;patch=1 \
                    file://tag1.patch;patch=1 \
-                   file://install-path-check.patch;patch=1"
+                   file://install-path-check.patch;patch=1 \
+                   file://never-ever-do-rpath.patch;patch=1 "
 S = "${WORKDIR}/libtool-${PV}"
 
 prefix = "${STAGING_DIR}"