From 289269ae83775f06381b372a5eb03a3dfe2b6f29 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 25 Sep 2010 19:37:02 +0200 Subject: libtool : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- .../libtool-1.5.10/never-ever-do-rpath.patch | 32 ---------------------- recipes/libtool/libtool-1.5.10/sedvar.patch | 16 ----------- .../libtool-1.5.10/never-ever-do-rpath.patch | 32 ++++++++++++++++++++++ .../obsolete/libtool/libtool-1.5.10/sedvar.patch | 16 +++++++++++ 4 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 recipes/libtool/libtool-1.5.10/never-ever-do-rpath.patch delete mode 100644 recipes/libtool/libtool-1.5.10/sedvar.patch create mode 100644 recipes/obsolete/libtool/libtool-1.5.10/never-ever-do-rpath.patch create mode 100644 recipes/obsolete/libtool/libtool-1.5.10/sedvar.patch 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" diff --git a/recipes/obsolete/libtool/libtool-1.5.10/never-ever-do-rpath.patch b/recipes/obsolete/libtool/libtool-1.5.10/never-ever-do-rpath.patch new file mode 100644 index 0000000000..7c92524b3b --- /dev/null +++ b/recipes/obsolete/libtool/libtool-1.5.10/never-ever-do-rpath.patch @@ -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) diff --git a/recipes/obsolete/libtool/libtool-1.5.10/sedvar.patch b/recipes/obsolete/libtool/libtool-1.5.10/sedvar.patch new file mode 100644 index 0000000000..d505edae24 --- /dev/null +++ b/recipes/obsolete/libtool/libtool-1.5.10/sedvar.patch @@ -0,0 +1,16 @@ + +# +# 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" -- cgit 1.2.3-korg