aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtool
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-25 19:37:02 +0200
committerKhem Raj <raj.khem@gmail.com>2010-09-26 09:43:16 -0700
commit289269ae83775f06381b372a5eb03a3dfe2b6f29 (patch)
tree555db355b45f3cae12fa7c32ed5543cc784ce215 /recipes/libtool
parentae7d510373bbb030303bb43b445b6c227d10bf30 (diff)
downloadopenembedded-289269ae83775f06381b372a5eb03a3dfe2b6f29.tar.gz
libtool : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libtool')
-rw-r--r--recipes/libtool/libtool-1.5.10/never-ever-do-rpath.patch32
-rw-r--r--recipes/libtool/libtool-1.5.10/sedvar.patch16
2 files changed, 0 insertions, 48 deletions
diff --git a/recipes/libtool/libtool-1.5.10/never-ever-do-rpath.patch b/recipes/libtool/libtool-1.5.10/never-ever-do-rpath.patch
deleted file mode 100644
index 7c92524b3b..0000000000
--- a/recipes/libtool/libtool-1.5.10/never-ever-do-rpath.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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)
diff --git a/recipes/libtool/libtool-1.5.10/sedvar.patch b/recipes/libtool/libtool-1.5.10/sedvar.patch
deleted file mode 100644
index d505edae24..0000000000
--- a/recipes/libtool/libtool-1.5.10/sedvar.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- libtool-1.5/ltmain.in~sedvar 2003-04-14 16:58:24.000000000 -0500
-+++ libtool-1.5/ltmain.in 2003-09-24 14:18:50.175518400 -0500
-@@ -48,6 +48,8 @@
- exit 0
- fi
-
-+[ -z "${SED}" ] && SED=sed
-+
- # The name of this program.
- progname=`$echo "$0" | ${SED} 's%^.*/%%'`
- modename="$progname"