summaryrefslogtreecommitdiff
path: root/package/openssh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-02 22:13:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-02 22:13:39 +0100
commit91db1f1e2f910d81a58fb91749b6dc7f197495ef (patch)
tree480fc7ee7b01f4c7921b74c40c9493b00024b0e8 /package/openssh
parentafb0d4c43cb9844542dab9f53e43ba53a2ac6921 (diff)
fix allmodconfig for alix1c and glibc
Diffstat (limited to 'package/openssh')
-rw-r--r--package/openssh/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile
index e7fe57098..6aa819a3d 100644
--- a/package/openssh/Makefile
+++ b/package/openssh/Makefile
@@ -6,17 +6,19 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= openssh
PKG_VERSION:= 5.3p1
PKG_RELEASE:= 1
+PKG_MD5SUM:= 13563dbf61f36ca9a1e4254260131041
+PKG_DESCR:= OpenSSH server
+PKG_SECTION:= net
+PKG_DEPENDS:= zlib libopenssl
PKG_BUILDDEP+= zlib openssl
ifeq (${ADK_COMPILE_OPENSSH_WITH_KRB5},y)
+PKG_DEPENDS+= krb5-libs
PKG_BUILDDEP+= krb5
endif
ifeq (${ADK_COMPILE_OPENSSH_WITH_HEIMDAL},y)
+PKG_DEPENDS+= heimdal-libs
PKG_BUILDDEP+= heimdal
endif
-PKG_MD5SUM:= 13563dbf61f36ca9a1e4254260131041
-PKG_DESCR:= OpenSSH server
-PKG_SECTION:= net
-PKG_DEPENDS:= zlib libopenssl
PKG_URL:= http://www.openssh.com
PKG_SITES:= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
@@ -30,10 +32,6 @@ PKG_DESCR_4:= OpenSSH sftp server
include ${TOPDIR}/mk/package.mk
-ifeq ($(ADK_COMPILE_OPENSSH_WITH_KERBEROS),y)
-PKG_DEPENDS+= heimdal-libs
-endif
-
$(eval $(call PKG_template,OPENSSH_SERVER,openssh-server,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,OPENSSH_CLIENT,openssh-client,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_1},${PKG_SECTION}))
$(eval $(call PKG_template,OPENSSH_CLIENT_UTILS,openssh-client-utils,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_2},${PKG_SECTION}))