diff options
author | epg <epg@pkgsrc.org> | 2006-01-30 23:20:31 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2006-01-30 23:20:31 +0000 |
commit | b5616504de2b699ab812aa028e67b0f4396573de (patch) | |
tree | ab8e2b144b7dab1424d515adf3b6ac4930ae2215 /www/neon | |
parent | 676c87b8bc3a0c0f1bc1eb5d6f001a30a57903d5 (diff) | |
download | pkgsrc-b5616504de2b699ab812aa028e67b0f4396573de.tar.gz |
Pass --without-gssapi to configure, resolving PR 32642.
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 90d22d4559f..b553da54ab7 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/01/25 20:14:27 epg Exp $ +# $NetBSD: Makefile,v 1.35 2006/01/30 23:20:31 epg Exp $ DISTNAME= neon-0.25.5 PKGREVISION= 1 @@ -16,6 +16,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= neon.pc.in GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-gssapi CONFIGURE_ARGS+= --with-ssl=yes CONFIGURE_ARGS+= --with-expat CONFIGURE_ARGS+= --enable-shared |