]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/powerpc-common: remove the incorrect dlopen default setting
authorYu Ke <ke.yu@intel.com>
Mon, 30 May 2011 02:10:01 +0000 (10:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2011 07:18:38 +0000 (08:18 +0100)
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>
Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/site/powerpc-common

index 8c0da23492885340721640512958ea96771dcc5a..4d0378b9ada058f0aac6bde79f03f3b11e3647a4 100644 (file)
@@ -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}