From 20d2afcb84ea5913ad11dc09b322d23145d0c984 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 1 Sep 2003 13:50:26 +0000 Subject: - don't clobber any given LDFLAGS resolves conflitcs with bsd.openssl.mk Approved by: sumikawa --- security/racoon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/racoon') diff --git a/security/racoon/Makefile b/security/racoon/Makefile index d136af122607..bdfeffe115f4 100644 --- a/security/racoon/Makefile +++ b/security/racoon/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 -- cgit v1.2.3