summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-18 12:03:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-18 12:03:03 +0200
commitf4d12bd9992cae325422f05d92cc79b162b2e4fc (patch)
tree2e5a6af5d5bb44ab6af1bec4ea2af3e161b640d5 /package
parentb23e1d1c9093237e74b20b71036cbda7e9a755d9 (diff)
fix openssh compile, add path to cross libssl/libcrypto
Diffstat (limited to 'package')
-rw-r--r--package/openssh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile
index ea8d9e178..e5803b003 100644
--- a/package/openssh/Makefile
+++ b/package/openssh/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= openssh
PKG_VERSION:= 5.2p1
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= ada79c7328a8551bdf55c95e631e7dad
PKG_DESCR:= OpenSSH server
PKG_SECTION:= net
@@ -56,7 +56,8 @@ CONFIGURE_ARGS+= --disable-strip \
--without-zlib-version-check \
--sysconfdir=/etc/ssh \
--with-privsep-user=sshd \
- --with-privsep-path=/var/run/sshd
+ --with-privsep-path=/var/run/sshd \
+ --with-ssl-dir="${STAGING_DIR}/usr"
BUILD_STYLE:= auto
INSTALL_STYLE:= auto