summaryrefslogtreecommitdiff
path: root/package/openssh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-20 19:15:14 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-20 19:15:14 +0200
commit068293a4908cafa95898b53ef97282ad8294c1cf (patch)
tree03f699673baf9a2e1df864422b3050072e2e7d0b /package/openssh
parent33dd541790614765228a71477e1f8b2b6aa21ce1 (diff)
verified ssh is working in qemu x86_64, fix build bugs
Diffstat (limited to 'package/openssh')
-rw-r--r--package/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile
index b489a8434..284036ece 100644
--- a/package/openssh/Makefile
+++ b/package/openssh/Makefile
@@ -10,7 +10,7 @@ PKG_MD5SUM:= 7b2d9dd75b5cf267ea1737ec75500316
PKG_DESCR:= OpenSSH
PKG_SECTION:= net/security
PKG_BUILDDEP:= zlib openssl
-PKG_DEPENDS:= zlib libopenssl libpthread
+PKG_DEPENDS:= zlib libopenssl libpthread libgcc
PKG_URL:= http://www.openssh.com/
PKG_SITES:= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
PKG_MULTI:= 1