diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-15 18:50:02 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-15 18:50:02 +0000 |
commit | a755d8251d6d686523c9bcebaf597016e2870cb1 (patch) | |
tree | 7d755c71ec2515985ceee73fb0bb1750d4c7432c /security/hpn-ssh | |
parent | f39a252599f565391587110069452be876201905 (diff) | |
download | FreeBSD-ports-a755d8251d6d686523c9bcebaf597016e2870cb1.zip FreeBSD-ports-a755d8251d6d686523c9bcebaf597016e2870cb1.tar.gz |
- honor any given LDFLAGS
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index b46b3d9..a6ad533 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -22,6 +22,7 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8 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 \ |