pkgsrc/security/mit-krb5/patches/patch-cj
tez dc3953a58d Update MIT Kerberos to v1.8.3 with the latest security patches up to and
including MITKRB5-SA-2011-003.

Please see http://web.mit.edu/kerberos/ for the change logs since v1.4.2

Note that the r-services, telnetd and ftpd services and the related client
applications are now in a separate pacakge security/mit-krb5-appl.
2011-03-22 23:31:04 +00:00

19 lines
582 B
Text

$NetBSD: patch-cj,v 1.1 2011/03/22 23:31:05 tez Exp $
Add --enable-pkgsrc-libtool option
--- config/libpriv.in.orig Wed Jan 5 12:25:20 2011
+++ config/libpriv.in Wed Jan 5 12:26:34 2011
@@ -3,9 +3,9 @@
#
# The defaults (for installed shared libraries) are in pre.in. We
# override them here, before lib.in uses them.
-LIBLIST=lib$(LIBBASE)$(STLIBEXT)
-LIBLINKS=$(TOPLIBD)/lib$(LIBBASE)$(STLIBEXT)
-OBJLISTS=OBJS.ST
+LIBLIST=lib$(LIBBASE)$(LALIBEXT)
+LIBLINKS=$(TOPLIBD)/lib$(LIBBASE)$(LALIBEXT)
+OBJLISTS=OBJS.LA
LIBINSTLIST=
SHLIBEXT=.so-nobuild
SHLIBVEXT=.so.v-nobuild