aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 08:22:09 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 08:22:09 +0000
commit05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (patch)
treec8b62a83bd00428a78e1f6c8458637b60e7c1721 /db
parent8925b1cf39a96675561800611acaeb264d90ccf4 (diff)
downloadopenembedded-05c3b57203bffb0cfafaad8c0a68ea75d48b1e38.tar.gz
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
Diffstat (limited to 'db')
-rw-r--r--db/db3_3.2.9.oe4
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}
}