summaryrefslogtreecommitdiff
path: root/meta/packages/libtool/libtool-1.5.10/install-path-check.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-31 22:14:16 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-02 11:20:12 +0000
commit01e07585adea462539b95873ac16b27879f13196 (patch)
tree546f6005cd75d02b89c88433921282ba7426c416 /meta/packages/libtool/libtool-1.5.10/install-path-check.patch
parent01793c5bd3b29fca6002e44e2ff59ef16d600c72 (diff)
downloadopenembedded-core-01e07585adea462539b95873ac16b27879f13196.tar.gz
openembedded-core-01e07585adea462539b95873ac16b27879f13196.tar.bz2
openembedded-core-01e07585adea462539b95873ac16b27879f13196.tar.xz
openembedded-core-01e07585adea462539b95873ac16b27879f13196.zip
libtool: Drop old version 1.5.10
Diffstat (limited to 'meta/packages/libtool/libtool-1.5.10/install-path-check.patch')
-rw-r--r--meta/packages/libtool/libtool-1.5.10/install-path-check.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/packages/libtool/libtool-1.5.10/install-path-check.patch b/meta/packages/libtool/libtool-1.5.10/install-path-check.patch
deleted file mode 100644
index 46cc96098..000000000
--- a/meta/packages/libtool/libtool-1.5.10/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.