From de2f90c3898049e48a6e24c77398bfeb5ea2f301 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 22:40:27 +0000 Subject: Attempt to fix the cyrus-sasl build failures, add its dependency on db3, and fix the db3 stage target (was installing the .la, not the .lai, bad). BKrev: 400dae5b1N2TRQ0xfD3CPZL5jX_nOw --- cyrus-sasl/cyrus-sasl_2.1.17.oe | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cyrus-sasl/cyrus-sasl_2.1.17.oe') 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 } -- cgit v1.2.3