X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fopenssh%2FMakefile;h=44437c44d50858217c19f47589b6bd781fd6360f;hp=d0d88e5f1fec232447c1217af1c72f93d243c627;hb=06f7547fa2146c5d73b375dfdd199b3be24225ee;hpb=c193dd7464175b6068cba965c6fcfdd8324fff6a;ds=inline 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 \