pkgsrc/security/mit-krb5/patches/patch-aj
tez 491d6a5a3b 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

14 lines
535 B
Text

$NetBSD: patch-aj,v 1.3 2011/03/22 23:31:04 tez Exp $
Add --enable-pkgsrc-libtool option
--- krb5-config.in.orig 2010-12-12 17:46:49.027864000 -0600
+++ krb5-config.in 2010-12-12 17:48:58.611160100 -0600
@@ -180,6 +180,7 @@
# Ugly gross hack for our build tree
lib_flags=`echo $CC_LINK | sed -e 's/\$(CC)//' \
-e 's/\$(PURE)//' \
+ -e 's/\$(LIBTOOL) --mode=link//' \
-e 's#\$(PROG_RPATH_FLAGS)#'"$PROG_RPATH_FLAGS"'#' \
-e 's#\$(PROG_RPATH)#'$libdir'#' \
-e 's#\$(PROG_LIBPATH)#'$libdirarg'#' \