Package: heimdal / 1.6~git20120403+dfsg1-2

025_krb5-config-paths Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=== modified file 'a/tools/krb5-config.in'
--- a/tools/krb5-config.in	2009-12-17 08:24:52 +0000
+++ b/tools/krb5-config.in	2011-01-24 21:07:49 +0000
@@ -148,8 +148,8 @@
   exec_prefix=@exec_prefix@
 fi
 
-libdir=@libdir@
-includedir=@includedir@
+libdir=@libdir@/heimdal
+includedir=@includedir@/heimdal
 
 if test "$do_all" = "yes"; then
     echo "Version:     @PACKAGE@ @VERSION@"