Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal/bin/krb5-config Don't force pthr...
details: https://anonhg.NetBSD.org/src/rev/8f558aa427db
branches: trunk
changeset: 786049:8f558aa427db
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Apr 12 18:08:10 2013 +0000
description:
Don't force pthread linkage.
diffstat:
crypto/external/bsd/heimdal/bin/krb5-config/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cabad65ba749 -r 8f558aa427db crypto/external/bsd/heimdal/bin/krb5-config/Makefile
--- a/crypto/external/bsd/heimdal/bin/krb5-config/Makefile Fri Apr 12 17:50:27 2013 +0000
+++ b/crypto/external/bsd/heimdal/bin/krb5-config/Makefile Fri Apr 12 18:08:10 2013 +0000
@@ -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 @@
-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 $@
Home |
Main Index |
Thread Index |
Old Index