Browse Source

Very nasty hack for gnome-vfs, to force the krb5_config check to fail

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1095 311d38ba-8fff-0310-9ca6-ca027cbcb966
Ross Burton 19 years ago
parent
commit
d7c925b6f7
2 changed files with 6 additions and 0 deletions
  1. 3 0
      meta/site/arm-linux
  2. 3 0
      meta/site/ix86-common

+ 3 - 0
meta/site/arm-linux

@@ -313,3 +313,6 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
 
 #dbus
 ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=no}
+
+# Nasty hack for gnome-vfs
+ac_cv_path_KRB5_CONFIG=${ac_cv_path_KRB5_CONFIG=none}

+ 3 - 0
meta/site/ix86-common

@@ -252,3 +252,6 @@ jm_cv_func_working_readdir=yes
 # xorg X11R7
 ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no}
 ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no}
+
+# Nasty hack for gnome-vfs
+ac_cv_path_KRB5_CONFIG=${ac_cv_path_KRB5_CONFIG=none}