summaryrefslogtreecommitdiff
path: root/packages/libtool/libtool-1.5/install-path-check.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-06-12 17:28:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-12 17:28:05 +0000
commit900015f63bd5445f2895ded7b6972026528f29cb (patch)
tree10a52c5cb2bf032b44be28e9026c134bb4e37d24 /packages/libtool/libtool-1.5/install-path-check.patch
parent29b7baee5177b23d883d8273e0d723cab3b2106c (diff)
parent5f8a9f68cf27bc34905cd5e8cb5e98705979f6a7 (diff)
merge of 12aa0c8ab97e48e880104ae70099396cfec730d0
and 91a1b03bc990317ac44a440b58f5e1b171fc7234
Diffstat (limited to 'packages/libtool/libtool-1.5/install-path-check.patch')
-rw-r--r--packages/libtool/libtool-1.5/install-path-check.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/libtool/libtool-1.5/install-path-check.patch b/packages/libtool/libtool-1.5/install-path-check.patch
deleted file mode 100644
index 765b4b106f..0000000000
--- a/packages/libtool/libtool-1.5/install-path-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- libtool-1.5/ltmain.in~ 2004-04-06 23:37:53.000000000 +0100
-+++ libtool-1.5/ltmain.in 2004-04-10 13:28:39.000000000 +0100
-@@ -5375,10 +5375,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 1
-- 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 1
-+ #fi
-
- if test -n "$inst_prefix_dir"; then
- # Stick the inst_prefix_dir data into the link command.