2013-09-26 17:14:40 +02:00

15 lines
535 B
Plaintext

$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'#' \