summaryrefslogtreecommitdiff
path: root/databases/db33/files/patch-dist::configure
blob: eb05bc929de4e84eb4cbe1dc625115535bec6e5a (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
24
25
26
27
28
29
30
31
32
33
--- ../dist/configure.orig	Tue Dec 25 12:41:16 2001
+++ ../dist/configure	Tue Dec 25 12:50:29 2001
@@ -1626,9 +1626,9 @@
 	echo $ac_n "checking libtool configuration""... $ac_c" 1>&6
 echo "configure:1628: checking libtool configuration" >&5
 	echo "$ac_t""" 1>&6
-	${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
-		--no-verify $srcdir/ltmain.sh \
-		--output=./libtool $host_os \
+	${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
+		--no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
+		--output=./libtool \
 		--disable-static \
 	|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
 
@@ -1644,7 +1644,7 @@
 
 	INSTALLER="\$(LIBTOOL) --mode=install cp"
 	POSTLINK="\$(LIBTOOL) --mode=execute true"
-	SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
+	SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}"
 	SOFLAGS="-rpath \$(libdir)"
 	o=".lo"
 fi
@@ -2093,7 +2093,7 @@
 fi
 
 if test "$db_cv_dump185" = "yes"; then
-	ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS"
+	ADDITIONAL_PROGS="db3_dump185 $ADDITIONAL_PROGS"
 fi
 
 echo $ac_n "checking for pthread_create in "-pthread"""... $ac_c" 1>&6