diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/db3_3.2.9.oe | 4 |
1 files changed, 2 insertions, 2 deletions
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} } |