Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/crypto/external/bsd/heimdal/bin/krb5-config Pull up follo...
details: https://anonhg.NetBSD.org/src/rev/4d8af88f51ea
branches: netbsd-6
changeset: 776347:4d8af88f51ea
user: riz <riz%NetBSD.org@localhost>
date: Sun May 19 22:18:06 2013 +0000
description:
Pull up following revision(s) (requested by joerg in ticket #871):
crypto/external/bsd/heimdal/bin/krb5-config/Makefile: revision 1.2
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 dcd46d01da76 -r 4d8af88f51ea crypto/external/bsd/heimdal/bin/krb5-config/Makefile
--- a/crypto/external/bsd/heimdal/bin/krb5-config/Makefile Sun May 19 21:54:27 2013 +0000
+++ b/crypto/external/bsd/heimdal/bin/krb5-config/Makefile Sun May 19 22:18:06 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:46 elric Exp $
+# $NetBSD: Makefile,v 1.1.6.1 2013/05/19 22:18:06 riz 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