diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-11 22:01:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-11 22:01:43 +0000 |
commit | 5f8a9f68cf27bc34905cd5e8cb5e98705979f6a7 (patch) | |
tree | 9e8cc2c668e8c1c9af28d0060a431294dd16a1a0 /packages/libtool/libtool-1.5.6/install-path-check.patch | |
parent | 457ca2bf9525f9b2fde7b67ecdd408b6418de5df (diff) |
libtool: remove obsolete versions
Diffstat (limited to 'packages/libtool/libtool-1.5.6/install-path-check.patch')
-rw-r--r-- | packages/libtool/libtool-1.5.6/install-path-check.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/libtool/libtool-1.5.6/install-path-check.patch b/packages/libtool/libtool-1.5.6/install-path-check.patch deleted file mode 100644 index 46cc960986..0000000000 --- a/packages/libtool/libtool-1.5.6/install-path-check.patch +++ /dev/null @@ -1,25 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libtool-1.5.6/ltmain.in~install-path-check 2004-05-14 22:56:19.000000000 -0500 -+++ libtool-1.5.6/ltmain.in 2004-05-14 22:57:48.000000000 -0500 -@@ -5503,10 +5503,13 @@ - # At present, this check doesn't affect windows .dll's that - # are installed into $libdir/../bin (currently, that works fine) - # but it's something to keep an eye on. -- if test "$inst_prefix_dir" = "$destdir"; then -- $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 -- exit $EXIT_FAILURE -- fi -+ # -+ # This breaks install into our staging area. -PB -+ # -+ # if test "$inst_prefix_dir" = "$destdir"; then -+ # $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 -+ # exit $EXIT_FAILURE -+ # fi - - if test -n "$inst_prefix_dir"; then - # Stick the inst_prefix_dir data into the link command. |