From: Graeme Gregory Date: Mon, 16 Jan 2006 11:17:08 +0000 (+0000) Subject: sylpheed_1.9.12.bb : fix hard coded -I/usr/include that happens X-Git-Tag: Release-2010-05/1~9453^2~2647 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab3b6997fea8de97fb325f5d1a069f78be8d038;p=openembedded.git sylpheed_1.9.12.bb : fix hard coded -I/usr/include that happens Added to EXTRA_OECONF --includedir=${STAGING_INCDIR} as otherwise I end up with a -I/usr/include which breaks building on my system as it trys to get FD_* macros from files in /usr/include and not the arm compatible ones. --- diff --git a/packages/sylpheed/sylpheed_1.9.12.bb b/packages/sylpheed/sylpheed_1.9.12.bb index 00da7907a7..a6b8cb1738 100644 --- a/packages/sylpheed/sylpheed_1.9.12.bb +++ b/packages/sylpheed/sylpheed_1.9.12.bb @@ -11,7 +11,7 @@ SRC_URI = "http://sylpheed.good-day.net/sylpheed/v1.9/sylpheed-1.9.12.tar.bz2 \ FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" FILES_${PN}-doc += "${datadir}" -EXTRA_OECONF = "--enable-gnutls" +EXTRA_OECONF = "--enable-gnutls --includedir=${STAGING_INCDIR}" CFLAGS += "-D_GNU_SOURCE"