View | Details | Raw Unified | Return to bug 34513
Collapse All | Expand All

(-)db3.0/files/patch-dist::configure (-2 / +2 lines)
Lines 7-14 Link Here
7
-	${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
7
-	${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
8
-		--no-verify $srcdir/ltmain.sh \
8
-		--no-verify $srcdir/ltmain.sh \
9
-		--output=./libtool $host_os \
9
-		--output=./libtool $host_os \
10
+	${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
10
+	${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
11
+		--no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
11
+		--no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
12
+		--output=./libtool \
12
+		--output=./libtool \
13
 		--disable-static \
13
 		--disable-static \
14
 	|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
14
 	|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }

Return to bug 34513