Module Name: src Committed By: joerg Date: Fri Apr 12 18:08:10 UTC 2013
Modified Files: src/crypto/external/bsd/heimdal/bin/krb5-config: Makefile Log Message: Don't force pthread linkage. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/heimdal/bin/krb5-config/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/heimdal/bin/krb5-config/Makefile diff -u src/crypto/external/bsd/heimdal/bin/krb5-config/Makefile:1.1 src/crypto/external/bsd/heimdal/bin/krb5-config/Makefile:1.2 --- src/crypto/external/bsd/heimdal/bin/krb5-config/Makefile:1.1 Wed Apr 13 19:16:46 2011 +++ src/crypto/external/bsd/heimdal/bin/krb5-config/Makefile Fri Apr 12 18:08:10 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:46 elric Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/12 18:08:10 joerg Exp $ .include <bsd.own.mk> .include <${.CURDIR}/../../Makefile.inc> @@ -24,7 +24,7 @@ krb5-config: krb5-config.in -e "s!@LIB_dlopen\@!!g" \ -e "s!@LIB_door_create\@!!g" \ -e "s!@LIB_pkinit\@!-lhx509!g" \ - -e "s!@PTHREAD_LIBADD\@!-lpthread!g" \ + -e "s!@PTHREAD_LIBADD\@!!g" \ -e "s!@LIBS\@!!g" \ ${HEIMDIST}/tools/krb5-config.in > $@ chmod +x $@