summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-20 06:39:59 +0000
committerkristerw <kristerw>2005-06-20 06:39:59 +0000
commita8a1b3c55b67de84f012ac870652fa9d1994d3fd (patch)
tree909abf34bd3f3746d446ee580c1b194a2c388adb /security
parent80f55a0d83c0ec3af58804621522e2d8d4fc120a (diff)
downloadpkgsrc-a8a1b3c55b67de84f012ac870652fa9d1994d3fd.tar.gz
Disable thread support per request of jlam.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/mit-krb5/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 32df113cfb5..2e484f81142 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2005/06/16 23:33:10 kristerw Exp $
+# $NetBSD: Makefile,v 1.27 2005/06/20 06:39:59 kristerw Exp $
DISTNAME= krb5-1.4
PKGNAME= mit-${DISTNAME:S/-signed$//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/1.4/
DISTFILES= ${DISTNAME}-signed${EXTRACT_SUFX}
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-pkgsrc-libtool
CONFIGURE_ARGS+= --enable-dns
CONFIGURE_ARGS+= --enable-kdc-replay-cache
+CONFIGURE_ARGS+= --disable-thread-support
CONFIGURE_ARGS+= --without-krb4
CONFIGURE_ARGS+= --without-tcl
MAKE_ENV+= ROOT_USER=${ROOT_USER}
@@ -83,8 +84,6 @@ INSTALLATION_DIRS= bin include/gssapi include/gssrpc info lib \
man/man1 man/man5 man/man8 sbin \
share/examples/krb5
-PTHREAD_OPTS+= require
-
# The MIT krb5 distribution is actually a tar file that contains the
# real .tar.gz distfile and a PGP signature.
#
@@ -110,5 +109,4 @@ post-install:
done; \
done
-.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"