[oe-commits] Yu Ke : site/powerpc-common: remove the incorrect dlopen default setting

git version control git at git.openembedded.org
Mon May 30 07:21:27 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 89d56fbbb5e628983bcaf328f714f577b55f4fe2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=89d56fbbb5e628983bcaf328f714f577b55f4fe2

Author: Yu Ke <ke.yu at intel.com>
Date:   Mon May 30 10:10:01 2011 +0800

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 at linuxfoundation.org>
CC: Philip Balister <philip at balister.org>
CC: Koen Kooi <koen at dominion.thruhere.net>

Signed-off-by: Yu Ke <ke.yu at intel.com>

---

 meta/site/powerpc-common |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index 8c0da23..4d0378b 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -239,8 +239,6 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
 #modphp 
 ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
 ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
-ac_cv_func_dlopen=${ac_cv_func_dlopen=yes}
-lt_cv_dlopen_self=${lt_cv_dlopen_self=yes}
 
 # apache2 (note other apache stanza in this file)
 ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no}





More information about the Openembedded-commits mailing list