diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:22:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:22:09 +0000 |
commit | 05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (patch) | |
tree | c8b62a83bd00428a78e1f6c8458637b60e7c1721 /db | |
parent | 8925b1cf39a96675561800611acaeb264d90ccf4 (diff) |
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
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} } |