From: Rolf Leggewie Date: Fri, 16 May 2008 23:28:39 +0000 (+0000) Subject: avahi: disable stack protector for MIPS. Closes 2223. X-Git-Tag: Release-2010-05/1~6922 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b23084eff554f2f5fae6255f4fce1882a172b2;p=openembedded.git avahi: disable stack protector for MIPS. Closes 2223. --- diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc index e8de254ebb..e856e40db5 100644 --- a/packages/avahi/avahi.inc +++ b/packages/avahi/avahi.inc @@ -21,6 +21,7 @@ RDEPENDS_append = "" # TODO: build and enable all the extra stuff avahi offers EXTRA_OECONF = "--with-distro=debian --disable-nls --disable-gdbm ${AVAHI_GTK} --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 ${AVAHI_PYTHON}" +EXTRA_OECONF_append_mipsel = " --disable-stack-protector" AVAHI_PYTHON = "--disable-python" AVAHI_GTK = "--disable-gtk"