diff options
Diffstat (limited to 'db/db3_3.2.9.oe')
-rw-r--r-- | db/db3_3.2.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index 3abd1ac80a..f4556daf44 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -5,7 +5,7 @@ SRC_URI = "http://www.sleepycat.com/update/snapshot/db-${PV}.tar.gz" S = "${WORKDIR}/db-${PV}/dist" B = "${WORKDIR}/db-${PV}/build_unix" -inherit autotools libtool +inherit autotools EXTRA_OECONF = "--enable-shared --enable-compat185 --enable-static" EXTRA_OEMAKE = "'SHELL=/bin/sh' 'ar=`which ${AR}` cr' 'chmod=`which chmod`' \ |