diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-20 06:39:59 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-20 06:39:59 +0000 |
commit | e043f1c7a494b552f56004dbfc9500ab1211a1f4 (patch) | |
tree | 909abf34bd3f3746d446ee580c1b194a2c388adb | |
parent | a240110fe6e3bb93c776d3b4fcf7e2e6ede9be51 (diff) | |
download | pkgsrc-e043f1c7a494b552f56004dbfc9500ab1211a1f4.tar.gz |
Disable thread support per request of jlam.
Bump PKGREVISION.
-rw-r--r-- | security/mit-krb5/Makefile | 8 |
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" |