diff options
author | itojun <itojun@pkgsrc.org> | 2001-06-28 23:34:10 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-06-28 23:34:10 +0000 |
commit | 09dbfc008a40d1bd47ac0b7c95751d791734da9e (patch) | |
tree | e5565a445a1d256d09cb14465a9e898183567d3a /security/racoon/Makefile | |
parent | 3a4e297e7b96910cf05bd7d78bf7beb0bf23fe20 (diff) | |
download | pkgsrc-09dbfc008a40d1bd47ac0b7c95751d791734da9e.tar.gz |
make sure to link against local libipsec.a.
From: Michael Richardson <mcr@sandelman.ottawa.on.ca>
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 6bd5e2ee5c7..4e399fea10b 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/06/12 20:33:07 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/06/28 23:34:10 itojun Exp $ # DISTNAME= racoon-20010418a @@ -25,7 +25,7 @@ BUILD_DEFS+= USE_INET6 USE_SSL= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -LIBS= -L${LOCALBASE}/lib -L${WRKSRC}/../libipsec +LIBPATH= -L${LOCALBASE}/lib CONFLICTS+= racoon-* |