From: Chris Larson Date: Tue, 20 Jan 2004 05:47:28 +0000 (+0000) Subject: BUGFIX: Correct a mailutils build failure in the case where the build machine has... X-Git-Tag: Release-2010-05/1~20302 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba1fd5f2ac718b3b9fb19ee8602481d223626b4;p=openembedded.git BUGFIX: Correct a mailutils build failure in the case where the build machine has guile installed. BKrev: 400cc0f0OvIdsn1dSWSpqd98vYCiSA --- diff --git a/mailutils/mailutils_0.3.1.oe b/mailutils/mailutils_0.3.1.oe index cc4f55d5f0..19a24fc99b 100644 --- a/mailutils/mailutils_0.3.1.oe +++ b/mailutils/mailutils_0.3.1.oe @@ -6,4 +6,4 @@ SRC_URI := ${GNU_MIRROR}/mailutils/mailutils-0.3.1.tar.bz2 \ inherit autotools -EXTRA_OECONF = --disable-pam +EXTRA_OECONF = --disable-pam --without-guile