summaryrefslogtreecommitdiffstats
path: root/meta/site/powerpc-common
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-05-30 10:10:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-30 08:19:06 +0100
commit54568780fb464a076fa5b29f9f9b40ec4918ee93 (patch)
tree9d6ca45a16d23e1bec4a56ed6cc5728af3e559bd /meta/site/powerpc-common
parentc412674cf818e77e35857fb93353e392e7ac9e53 (diff)
downloadpoky-54568780fb464a076fa5b29f9f9b40ec4918ee93.tar.gz
site/powerpc-common: remove the incorrect dlopen default setting
These two setting for dlopen is not correct. dlopen is not available in libc, instead it is provided by libdl. so the setting should not be "yes" by default. This fixes [YOCTO #736] [YOCTO #737] Thanks Richard for pointing out the root cause. CC: Richard Purdie <richard.purdie@linuxfoundation.org> CC: Philip Balister <philip@balister.org> CC: Koen Kooi <koen@dominion.thruhere.net> (From OE-Core rev: 89d56fbbb5e628983bcaf328f714f577b55f4fe2) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/powerpc-common')
-rw-r--r--meta/site/powerpc-common2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index 8c0da23492..4d0378b9ad 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -239,8 +239,6 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
239#modphp 239#modphp
240ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes} 240ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
241ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4} 241ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
242ac_cv_func_dlopen=${ac_cv_func_dlopen=yes}
243lt_cv_dlopen_self=${lt_cv_dlopen_self=yes}
244 242
245# apache2 (note other apache stanza in this file) 243# apache2 (note other apache stanza in this file)
246ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no} 244ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no}