diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 22:40:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 22:40:27 +0000 |
commit | de2f90c3898049e48a6e24c77398bfeb5ea2f301 (patch) | |
tree | 5c2db6abddfca2a0a26b54ad5987b9bd0213ac7f /cyrus-sasl/cyrus-sasl_2.1.17.oe | |
parent | 5fd09e5bd8b714b27a808636412b0b8bbef00c5a (diff) |
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
Diffstat (limited to 'cyrus-sasl/cyrus-sasl_2.1.17.oe')
-rw-r--r-- | cyrus-sasl/cyrus-sasl_2.1.17.oe | 10 |
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 } |