diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /libtool/libtool-1.5/install-path-check.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'libtool/libtool-1.5/install-path-check.patch')
-rw-r--r-- | libtool/libtool-1.5/install-path-check.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libtool/libtool-1.5/install-path-check.patch b/libtool/libtool-1.5/install-path-check.patch index e69de29bb2..765b4b106f 100644 --- a/libtool/libtool-1.5/install-path-check.patch +++ b/libtool/libtool-1.5/install-path-check.patch @@ -0,0 +1,20 @@ +--- 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. |