diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-24 12:54:12 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-24 12:54:12 +0000 |
commit | d7c925b6f7511e5e5374ca119aeb47758969fde6 (patch) | |
tree | 11e69862f553d7e77102fef82b646b85866c7d16 | |
parent | 95442bab2090e1df996a2755434b6b2634a68166 (diff) | |
download | openembedded-core-d7c925b6f7511e5e5374ca119aeb47758969fde6.tar.gz openembedded-core-d7c925b6f7511e5e5374ca119aeb47758969fde6.tar.bz2 openembedded-core-d7c925b6f7511e5e5374ca119aeb47758969fde6.zip |
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
-rw-r--r-- | meta/site/arm-linux | 3 | ||||
-rw-r--r-- | meta/site/ix86-common | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/site/arm-linux b/meta/site/arm-linux index 9987ff8dc1..7946455b35 100644 --- a/meta/site/arm-linux +++ b/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} diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 6e6a2c96dd..b84a7aaa0f 100644 --- a/meta/site/ix86-common +++ b/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} |