From: Florian Fainelli Date: Wed, 30 Jul 2008 13:31:41 +0000 (+0000) Subject: Disable ssp support in openssh (#3792) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=06f7547fa2146c5d73b375dfdd199b3be24225ee Disable ssp support in openssh (#3792) SVN-Revision: 12011 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index d0d88e5f1f..44437c44d5 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/openssh-client SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib +libssp + DEPENDS:=+libopenssl +zlib TITLE:=OpenSSH client URL:=http://www.openssh.com/ SUBMENU:=SSH @@ -59,7 +59,7 @@ endef define Package/openssh-server SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib +libssp + DEPENDS:=+libopenssl +zlib TITLE:=OpenSSH server URL:=http://www.openssh.com/ SUBMENU:=SSH @@ -136,6 +136,7 @@ define Build/Configure --disable-utmpx \ --disable-wtmp \ --disable-wtmpx \ + --without-stackprotect \ --without-bsd-auth \ --without-kerberos5 \ --without-pam \