[jhbuild] 3.24: Use Heimdal-compatible path to check krb5



commit eda283eb609c6f8d72ae3580c7a6fdbae6c9fc91
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Mon Jan 2 02:16:11 2017 +0800

    3.24: Use Heimdal-compatible path to check krb5
    
    Both MIT Kerberos and Heimdal Kerberos have krb5.h, but only MIT
    Kerberos has krb5/krb5.h.

 modulesets/gnome-sysdeps-3.24.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-sysdeps-3.24.modules b/modulesets/gnome-sysdeps-3.24.modules
index f4186d1..16b448a 100644
--- a/modulesets/gnome-sysdeps-3.24.modules
+++ b/modulesets/gnome-sysdeps-3.24.modules
@@ -399,7 +399,7 @@
   <systemmodule id="krb5">
     <branch repo="system"/>
     <systemdependencies>
-      <dep type="c_include" name="krb5/krb5.h"/>
+      <dep type="c_include" name="krb5.h"/>
     </systemdependencies>
   </systemmodule>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]