Check SSP support availabily for openssh and avahi

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-07-30 14:16:45 +00:00
parent 20dca36b7d
commit c15d9f1a20
2 changed files with 28 additions and 17 deletions

View File

@ -103,7 +103,6 @@ endef
CONFIGURE_ARGS+= \
--enable-shared \
--enable-static \
--disable-stack-protector \
--disable-glib \
--disable-gobject \
--disable-qt3 \
@ -134,7 +133,12 @@ CONFIGURE_ARGS+= \
--with-avahi-user=nobody \
--with-avahi-group=nogroup \
--with-autoipd-user=nobody \
--with-autoipd-group=nogroup \
--with-autoipd-group=nogroup
ifneq ($(CONFIG_SSP_SUPPORT),y)
CONFIGURE_ARGS+= \
--disable-stack-protector
endif
CONFIGURE_VARS+= \
CFLAGS="$$$$CFLAGS -DNDEBUG" \