aboutsummaryrefslogtreecommitdiffstats
path: root/db/db3_3.2.9.oe
diff options
context:
space:
mode:
Diffstat (limited to 'db/db3_3.2.9.oe')
-rw-r--r--db/db3_3.2.9.oe2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe
index 78a543fff1..3c3d63d7c6 100644
--- a/db/db3_3.2.9.oe
+++ b/db/db3_3.2.9.oe
@@ -39,9 +39,11 @@ do_configure_prepend () {
do_configure () {
set -e
cd ${B}
+ gnu-configize
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}
}