pkgsrc/security/mit-krb5/patches/patch-build-tools_krb5-config.in
adam d15d0241c8 mit-krb5: updated to 1.16.2
Major changes in 1.16.2

This is a bug fix release.

Fix bugs with concurrent use of MEMORY ccache handles.
Fix a KDC crash when falling back between multiple OTP tokens configured for a principal entry.
Fix memory bugs when gss_add_cred() is used to create a new credential, and fix a bug where it ignores the desired_name.
Fix the behavior of gss_inquire_cred_by_mech() when the credential does not contain an element of the requested mechanism.
Make cross-realm S4U2Self requests work on the client when no default_realm is configured.
Add a kerberos(7) man page containing documentation of the environment variables that affect Kerberos programs.
2018-12-21 15:45:13 +00:00

14 lines
584 B
Text

$NetBSD: patch-build-tools_krb5-config.in,v 1.1 2018/12/21 15:45:13 adam Exp $
Add --enable-pkgsrc-libtool option
--- build-tools/krb5-config.in.orig 2010-12-12 17:46:49.027864000 -0600
+++ build-tools/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'#' \