summaryrefslogtreecommitdiffstats
path: root/security/tinc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-01 04:58:41 +0000
committerdinoex <dinoex@FreeBSD.org>2003-09-01 04:58:41 +0000
commitb96d64fffa4be90ab336ed57de9cdc7487789647 (patch)
treefb949616b100aadcd972aee06e8a6d830808985b /security/tinc
parente1acc37081976dc3f6e3cafccbda604715af1a94 (diff)
downloadFreeBSD-ports-b96d64fffa4be90ab336ed57de9cdc7487789647.zip
FreeBSD-ports-b96d64fffa4be90ab336ed57de9cdc7487789647.tar.gz
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk Approved by: krion
Diffstat (limited to 'security/tinc')
-rw-r--r--security/tinc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index b478798..d96189e 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -23,8 +23,8 @@ USE_OPENSSL= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib"
MAN5= tinc.conf.5
MAN8= tincd.8
OpenPOWER on IntegriCloud