The diff to ltmain.in got lost in the battle.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24507 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
patches/libtool/libtool-1.5.26.diff | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
@@ -104,3 +104,24 @@
interix[[3-9]]*)
_LT_AC_TAGVAR(hardcode_direct, $1)=no
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
diff -ur libtool-1.5.26-orig/ltmain.in libtool-1.5.26/ltmain.in
--- libtool-1.5.26-orig/ltmain.in 2008-02-01 16:12:00.000000000 +0000
+++ libtool-1.5.26/ltmain.in 2008-03-20 14:02:27.000000000 +0000
@@ -1599,7 +1599,7 @@
-l*)
if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
case $host in
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-*-haiku*)
# These systems don't actually have a C or math library (as such)
continue
;;
@@ -3526,7 +3526,7 @@
if test "$build_libtool_libs" = yes; then
if test -n "$rpath"; then
case $host in
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-*-haiku*)
# these systems don't actually have a c library (as such)!
;;
*-*-rhapsody* | *-*-darwin1.[012])