summaryrefslogtreecommitdiff
path: root/security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2009-08-28 23:35:15 +0000
committerCy Schubert <cy@FreeBSD.org>2009-08-28 23:35:15 +0000
commite7a3c62a9fc7450d03e136dee2eac1edd8e10a1b (patch)
tree823cbc819c37f58f199297400197b76040b37e91 /security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in
parentIo_lib is a library of file reading and writing code to provide a (diff)
Welcome the new Kerberos V 1.7.
PR: 138246
Diffstat (limited to 'security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in')
-rw-r--r--security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in b/security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in
deleted file mode 100644
index cb464470b1cf..000000000000
--- a/security/krb5-appl/files/patch-plugins-preauth-pkinit-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/preauth/pkinit/Makefile.in.orig 2007-09-28 18:02:10.000000000 -0700
-+++ plugins/preauth/pkinit/Makefile.in 2007-10-29 07:03:24.000000000 -0700
-@@ -21,7 +21,7 @@
- $(TOPLIBD)/libk5crypto$(SHLIBEXT) \
- $(TOPLIBD)/libkrb5$(SHLIBEXT)
- LIBS+= -lcrypto
--SHLIB_EXPLIBS= -lkrb5 -lcom_err -lk5crypto -ldl $(SUPPORT_LIB) $(LIBS)
-+SHLIB_EXPLIBS= -lkrb5 -lcom_err -lk5crypto $(SUPPORT_LIB) $(LIBS)
-
- SHLIB_DIRS=-L$(TOPLIBD)
- SHLIB_RDIRS=$(KRB5_LIBDIR)