[oe-commits] Robert Schuster : lesstif 0.95.0: Provide faked -x-include argument to fix compilation of configure tests.

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:47 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 2ed3c60d8b50f624ba384890a0189a5e4771a426
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ed3c60d8b50f624ba384890a0189a5e4771a426

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Tue Nov 25 15:38:47 2008 +0100

lesstif 0.95.0: Provide faked -x-include argument to fix compilation of configure tests.

---

 packages/lesstif/lesstif_0.95.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/lesstif/lesstif_0.95.0.bb b/packages/lesstif/lesstif_0.95.0.bb
index 6a01a9c..bfc41b8 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"





More information about the Openembedded-commits mailing list