summaryrefslogtreecommitdiff
path: root/cyrus-sasl/cyrus-sasl_2.1.17.oe
diff options
context:
space:
mode:
Diffstat (limited to 'cyrus-sasl/cyrus-sasl_2.1.17.oe')
-rw-r--r--cyrus-sasl/cyrus-sasl_2.1.17.oe10
1 files changed, 6 insertions, 4 deletions
diff --git a/cyrus-sasl/cyrus-sasl_2.1.17.oe b/cyrus-sasl/cyrus-sasl_2.1.17.oe
index 2863c6e34b..bb0e4e83ef 100644
--- a/cyrus-sasl/cyrus-sasl_2.1.17.oe
+++ b/cyrus-sasl/cyrus-sasl_2.1.17.oe
@@ -1,14 +1,16 @@
-DEPENDS = virtual/libc
-RDEPENDS = libc6
+DEPENDS = virtual/libc db3
+RDEPENDS = libc6 db3
SRC_URI = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
-inherit autotools
+inherit autotools libtool
acpaths=-I ${S}/cmulocal -I ${S}/config -I .
CFLAGS_append = ' -I${S}/include -I${S}/saslauthd/include'
-EXTRA_OECONF = --enable-shared --enable-static
+EXTRA_OECONF = '--enable-shared --enable-static --with-dblib=berkeley \
+ --with-bdb-libdir=${STAGING_LIBDIR} \
+ --with-bdb-incdir=${STAGING_INCDIR}'
do_configure_prepend () {
rm -f acinclude.m4
}