summaryrefslogtreecommitdiff
path: root/security/hpn-ssh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-30 08:02:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-30 08:02:38 +0000
commitdc9b98f02ba81e70852cc50873e86785f710e6be (patch)
treea1d2eb634ddabd39178a1676f32ce21763f29050 /security/hpn-ssh
parent- strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mk (diff)
- use OPENSSLRPATH from bsd.openssl.mk
- strip CONFIGURE_ENV, LDFLAGS is set in bsd.openssl.mk
Notes
Notes: svn path=/head/; revision=88060
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r--security/hpn-ssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 1aab176efbf3..ff5e4c9dbe14 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -23,7 +23,6 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8
USE_OPENSSL= yes
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LDFLAGS=${LDFLAGS}
USE_PERL5_BUILD= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --with-md5-passwords
PRECIOUS= ssh_config sshd_config \
@@ -145,6 +144,8 @@ test:
CONFIGURE_ARGS+= --without-rpath
LDFLAGS=
.endif
+.else
+CONFIGURE_ARGS+= --with-rpath=${OPENSSLRPATH}
.endif
CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE}