blob: 5fae22d08bcc483725b143199884903a62833082 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$FreeBSD$
--- configure.orig Sat Apr 20 00:42:14 2002
+++ configure Mon Apr 29 20:51:22 2002
@@ -5622,7 +5622,7 @@
;;
esac
fi
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
+need_lc=no
# The second clause should only fire when bootstrapping the
# libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -7359,7 +7359,7 @@
echo "$as_me:7359: result: $ac_cv_lib_gdbm_gdbm_open" >&5
echo "${ECHO_T}$ac_cv_lib_gdbm_gdbm_open" >&6
if test $ac_cv_lib_gdbm_gdbm_open = yes; then
- GDBM_LIBS="-lgdbm"
+ GDBM_LIBS="-L$LOCALBASE/lib -lgdbm"
else
{ { echo "$as_me:7364: error: Cannot find GDBM library" >&5
echo "$as_me: error: Cannot find GDBM library" >&2;}
|