On Tue, Aug 21, 2012 at 9:20 AM, Matthew McClintock <[email protected]> wrote: > + > +do_configure_prepend (){ > + if ! grep O_CLOEXEC -r ${includedir_native}/bits/fcntl.h; then > + export CFLAGS="$CFLAGS -D O_CLOEXEC=0" > + fi > +}
IMO It would be safer to create a patch for kmod itself where you define O_CLOEXEC if it was not defined before. The above seems a bit risky _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
