diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 06:38:58 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 06:38:58 +0000 |
commit | 8925b1cf39a96675561800611acaeb264d90ccf4 (patch) | |
tree | ba98ea3474c5555314b242b1d50d6e608f43cbfd /db | |
parent | 08762779003e940a20e98b41c5873daf36d16465 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into hyperion.(none):/home/kergoth/code/projects/packages
2004/05/15 01:35:03-05:00 (none)!kergoth
Call out gnu-configize manually on the builds that bypass autoreconf.
BKrev: 40a5bb02CQgTEe7Hrzks5EpjXWGTiQ
Diffstat (limited to 'db')
-rw-r--r-- | db/db3_3.2.9.oe | 2 |
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} } |