From 05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Sat, 15 May 2004 08:22:09 +0000
Subject: gnu-configize call fixups.

BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
---
 db/db3_3.2.9.oe | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'db')

diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe
index 3c3d63d7c6..75f90ac442 100644
--- a/db/db3_3.2.9.oe
+++ b/db/db3_3.2.9.oe
@@ -38,12 +38,12 @@ do_configure_prepend () {
 
 do_configure () {
 	set -e
-	cd ${B}
+	cd ${S}
 	gnu-configize
+	cd ${B}
 	oe_runconf --enable-shared --disable-static
 	mkdir -p ${WORKDIR}/db-${PV}/build_unix_static
 	cd ${WORKDIR}/db-${PV}/build_unix_static
-	gnu-configize
 	oe_runconf --disable-shared --enable-static
 	cd ${S}
 }
-- 
cgit v1.2.3