Browse Source

fix openssh compile, add path to cross libssl/libcrypto

Waldemar Brodkorb 15 years ago
parent
commit
f4d12bd999
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package/openssh/Makefile

+ 3 - 2
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