pkgsrc/security/mit-krb5/patches/patch-aj
tez 91d0631a40 Update to 1.14.1 resolving all reported vulnerabilities including:
CVE-2015-2695
CVE-2015-2696
CVE-2015-2697
CVE-2015-2698
CVE-2015-8629
CVE-2015-8630
CVE-2015-8631
2016-03-15 15:16:39 +00:00

14 lines
559 B
Text

$NetBSD: patch-aj,v 1.4 2016/03/15 15:16:39 tez 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'#' \