From f4d12bd9992cae325422f05d92cc79b162b2e4fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Sep 2009 12:03:03 +0200 Subject: fix openssh compile, add path to cross libssl/libcrypto --- package/openssh/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package') 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 -- cgit v1.2.3