aboutsummaryrefslogtreecommitdiffstats
path: root/cyrus-sasl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-20 05:38:25 +0000
committerChris Larson <clarson@kergoth.com>2004-01-20 05:38:25 +0000
commit3ffe4391b2e66b1631bb47b27465e317792f9196 (patch)
tree48d45029f86ddef4bbe3e5c839e8d1d530948d5d /cyrus-sasl
parent04050ed8b34f2c19582e4061484541cd4bfd3d4f (diff)
downloadopenembedded-3ffe4391b2e66b1631bb47b27465e317792f9196.tar.gz
Kill old libtool macros from cyrus-sasl's acinclude.m4
BKrev: 400cbed1s1C2iH35NIOrne4-sXvIxg
Diffstat (limited to 'cyrus-sasl')
-rw-r--r--cyrus-sasl/cyrus-sasl_2.1.15.oe4
-rw-r--r--cyrus-sasl/cyrus-sasl_2.1.17.oe4
2 files changed, 8 insertions, 0 deletions
diff --git a/cyrus-sasl/cyrus-sasl_2.1.15.oe b/cyrus-sasl/cyrus-sasl_2.1.15.oe
index e244577713..58bd122542 100644
--- a/cyrus-sasl/cyrus-sasl_2.1.15.oe
+++ b/cyrus-sasl/cyrus-sasl_2.1.15.oe
@@ -9,6 +9,10 @@ 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
+do_configure_prepend () {
+ rm -f acinclude.m4
+}
+
do_compile_prepend () {
set -e
cd include
diff --git a/cyrus-sasl/cyrus-sasl_2.1.17.oe b/cyrus-sasl/cyrus-sasl_2.1.17.oe
index d180b14f74..2863c6e34b 100644
--- a/cyrus-sasl/cyrus-sasl_2.1.17.oe
+++ b/cyrus-sasl/cyrus-sasl_2.1.17.oe
@@ -9,6 +9,10 @@ inherit autotools
acpaths=-I ${S}/cmulocal -I ${S}/config -I .
CFLAGS_append = ' -I${S}/include -I${S}/saslauthd/include'
EXTRA_OECONF = --enable-shared --enable-static
+do_configure_prepend () {
+ rm -f acinclude.m4
+}
+
do_compile_prepend () {
set -e
cd include