diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-01 21:50:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-01 21:50:26 +0800 |
commit | 39e60668b18ee05bb66fad06ab6193d5a9fd446c (patch) | |
tree | 0d190685f514c0f55442c2c109e9a4134de7d1d4 /security/racoon2/Makefile | |
parent | 494f51d57e0ac13f5daa0ef82d4d27c9b2c23064 (diff) | |
download | freebsd-ports-gnome-39e60668b18ee05bb66fad06ab6193d5a9fd446c.tar.gz freebsd-ports-gnome-39e60668b18ee05bb66fad06ab6193d5a9fd446c.tar.zst freebsd-ports-gnome-39e60668b18ee05bb66fad06ab6193d5a9fd446c.zip |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by: sumikawa
Diffstat (limited to 'security/racoon2/Makefile')
-rw-r--r-- | security/racoon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index d136af122607..bdfeffe115f4 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -21,8 +21,8 @@ USE_OPENSSL= YES WRKSRC= ${WRKDIR}/${DISTNAME}/racoon GNU_CONFIGURE= yes -CONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \ - LDFLAGS="-L${LOCALBASE}/lib -L${WRKSRC}/../libipsec" +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${WRKSRC}/../libipsec CONFIGURE_ARGS+=--enable-debug CONFIGURE_ARGS+=--enable-ipv6 CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc |