avahi: disable stack protector for MIPS. Closes 2223.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 16 May 2008 23:28:39 +0000 (23:28 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 16 May 2008 23:28:39 +0000 (23:28 +0000)
packages/avahi/avahi.inc

index e8de254..e856e40 100644 (file)
@@ -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"