From bab3b6997fea8de97fb325f5d1a069f78be8d038 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 16 Jan 2006 11:17:08 +0000 Subject: [PATCH] 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. --- packages/sylpheed/sylpheed_1.9.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5