sylpheed_1.9.12.bb : fix hard coded -I/usr/include that happens
authorGraeme Gregory <dp@xora.org.uk>
Mon, 16 Jan 2006 11:17:08 +0000 (11:17 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 16 Jan 2006 11:17:08 +0000 (11:17 +0000)
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.

packages/sylpheed/sylpheed_1.9.12.bb

index 00da790..a6b8cb1 100644 (file)
@@ -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"