diff options
author | Philip Balister <philip@balister.org> | 2007-08-03 14:40:38 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-03 14:40:38 +0000 |
commit | 6ac754c8557bc8675ec9a8bddbe92e7c9e6b66a5 (patch) | |
tree | 0ba8535bee1f2c52ccb71cac6a022ffcf875ee2c /packages/libtool/libtool-1.5.24/install-path-check.patch | |
parent | 4a481e9856f4622d0dbcb50c064a4c0dd0a9dcfc (diff) | |
parent | 0a68cbf6ac6adef85249583802ac1e0422aa2e66 (diff) |
merge of '1cdc457f64f3451940bcf06c52bbc5dd90e86a1e'
and '6897ab6243e36c667763f309198c961dba118378'
Diffstat (limited to 'packages/libtool/libtool-1.5.24/install-path-check.patch')
-rw-r--r-- | packages/libtool/libtool-1.5.24/install-path-check.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/libtool/libtool-1.5.24/install-path-check.patch b/packages/libtool/libtool-1.5.24/install-path-check.patch new file mode 100644 index 0000000000..46cc960986 --- /dev/null +++ b/packages/libtool/libtool-1.5.24/install-path-check.patch @@ -0,0 +1,25 @@ + +# +# 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. |