diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-16 02:50:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-16 02:50:02 +0800 |
commit | a755d8251d6d686523c9bcebaf597016e2870cb1 (patch) | |
tree | 7d755c71ec2515985ceee73fb0bb1750d4c7432c /security/openssh | |
parent | f39a252599f565391587110069452be876201905 (diff) | |
download | freebsd-ports-gnome-a755d8251d6d686523c9bcebaf597016e2870cb1.tar.gz freebsd-ports-gnome-a755d8251d6d686523c9bcebaf597016e2870cb1.tar.zst freebsd-ports-gnome-a755d8251d6d686523c9bcebaf597016e2870cb1.zip |
- honor any given LDFLAGS
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9a15035c7153..b5ca34c40fa8 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -46,6 +46,7 @@ PAM=no CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}" +MAKE_ENV+= LDFLAGS=${LDFLAGS} .if ${OSVERSION} < 400014 MAKE_ENV+= COMPAT_GETADDRINFO=yes ADDME+= netdb.h |