From: Robert Schuster Date: Tue, 25 Nov 2008 14:38:47 +0000 (+0100) Subject: lesstif 0.95.0: Provide faked -x-include argument to fix compilation of configure... X-Git-Tag: Release-2010-05/1~5085^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed3c60d8b50f624ba384890a0189a5e4771a426;p=openembedded.git lesstif 0.95.0: Provide faked -x-include argument to fix compilation of configure tests. --- diff --git a/packages/lesstif/lesstif_0.95.0.bb b/packages/lesstif/lesstif_0.95.0.bb index 6a01a9c72b..bfc41b8f50 100644 --- a/packages/lesstif/lesstif_0.95.0.bb +++ b/packages/lesstif/lesstif_0.95.0.bb @@ -39,7 +39,8 @@ addtask preconfigure after do_patch before do_configure EXTRA_OECONF = "\ --with-gnu-ld --disable-verbose --disable-build-12 --disable-build-20 \ - --enable-build-21 --enable-xrender --enable-production \ + --enable-build-21 --enable-xrender --enable-production --without-motif \ + --x-includes=. \ " PACKAGES += "${PN}-bin"