Hi, All,

I would like to unset the LD_PRELOAD variable when I try to compile my
module using go cross compiler with CGO enabled.

I tried to add "unset LD_PRELOAD" to my do_compile function in bb file or I
did it manually in devshell, the LD_PRELOAD is still set
to LD_PRELOAD=libpseudo.so.

I tried other env variable, unset is working. Any one know what's the
reason? Is there any way I can get around with this?

Thanks,
Yang
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to