git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b791c
)
avahi: disable stack protector for MIPS. Closes 2223.
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 16 May 2008 23:28:39 +0000
(23:28 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 16 May 2008 23:28:39 +0000
(23:28 +0000)
packages/avahi/avahi.inc
patch
|
blob
|
history
diff --git
a/packages/avahi/avahi.inc
b/packages/avahi/avahi.inc
index
e8de254
..
e856e40
100644
(file)
--- 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"