From a755d8251d6d686523c9bcebaf597016e2870cb1 Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 15 Apr 2003 18:50:02 +0000 Subject: - honor any given LDFLAGS --- security/openssh-portable/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/openssh-portable') diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index b46b3d91058d..a6ad5333c7b7 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/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 \ -- cgit