Hi,

please find attached a patch that adds adds the missing
  -I/usr/include/heimdal
to krb5-config's output.

If the location of the header files does not matter, an alternative might be 
to change debian/heimdal-multidev.install accordingly.

Thanks for maintaining heimdal in Debian
Peter

-- 
Peter Marschall
pe...@adpm.de
--- tools/krb5-config.in
+++ tools/krb5-config.in	2009-10-18 13:31:14.000000000 +0200
@@ -112,7 +112,8 @@
     echo $lib_flags
 fi
 if test "$do_cflags" = "yes"; then
-    echo "-I${includedir} @INCLUDE_hcrypto@"
+    # add -I${includedir}/heimdal for the sake of heimdal-multidev
+    echo "-I${includedir} -I${includedir}/heimdal @INCLUDE_hcrypto@"
 fi
 
 exit 0

Reply via email to