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/ld.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/ld.patch')
-rw-r--r-- | libtool/libtool-1.5/ld.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libtool/libtool-1.5/ld.patch b/libtool/libtool-1.5/ld.patch index e69de29bb2..acb730bc10 100644 --- a/libtool/libtool-1.5/ld.patch +++ b/libtool/libtool-1.5/ld.patch @@ -0,0 +1,12 @@ +diff -urNd -urNd libtool-1.5/m4/libtool.m4 libtool-1.5.ld/m4/libtool.m4 +--- libtool-1.5/m4/libtool.m4 2004-05-04 17:51:27.000000000 -0400 ++++ libtool-1.5.ld/m4/libtool.m4 2004-05-04 17:51:53.000000000 -0400 +@@ -2019,7 +2020,7 @@ + [AC_REQUIRE([AC_PROG_EGREP])dnl + AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld, + [# I'd rather use --version here, but apparently some GNU ld's only accept -v. +-case `"$LD" -v 2>&1 </dev/null` in ++case `$LD -v 2>&1 </dev/null` in + *GNU* | *'with BFD'*) + lt_cv_prog_gnu_ld=yes + ;; |