Lines 1-25
Link Here
|
1 |
--- ltmain.sh 2001/08/27 09:51:26 1.1 |
|
|
2 |
+++ ltmain.sh 2001/08/27 09:51:42 |
3 |
@@ -2408,6 +2408,9 @@ |
4 |
*-*-netbsd*) |
5 |
# Don't link with libc until the a.out ld.so is fixed. |
6 |
;; |
7 |
+ *-*-freebsd*) |
8 |
+ # FreeBSD doesn't need this... |
9 |
+ ;; |
10 |
*) |
11 |
# Add libc to deplibs on all other systems if necessary. |
12 |
if test "$build_libtool_need_lc" = "yes"; then |
13 |
@@ -4175,10 +4178,12 @@ |
14 |
fi |
15 |
|
16 |
# Install the pseudo-library for information purposes. |
17 |
+ if /usr/bin/false; then |
18 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
19 |
instname="$dir/$name"i |
20 |
$show "$install_prog $instname $destdir/$name" |
21 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
22 |
+ fi |
23 |
|
24 |
# Maybe install the static library, too. |
25 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |