From: Chris Larson Date: Tue, 20 Jan 2004 05:38:25 +0000 (+0000) Subject: Kill old libtool macros from cyrus-sasl's acinclude.m4 X-Git-Tag: Release-2010-05/1~20309 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ffe4391b2e66b1631bb47b27465e317792f9196;p=openembedded.git Kill old libtool macros from cyrus-sasl's acinclude.m4 BKrev: 400cbed1s1C2iH35NIOrne4-sXvIxg --- 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