aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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