From 06f7547fa2146c5d73b375dfdd199b3be24225ee Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 30 Jul 2008 13:31:41 +0000 Subject: [PATCH 1/1] Disable ssp support in openssh (#3792) SVN-Revision: 12011 --- net/openssh/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 \ -- 2.30.2