http://bugs.openembedded.org/show_bug.cgi?id=1066
------- Comment #1 from [EMAIL PROTECTED] 2006-07-29 09:09 ------- This bug is not only related to that single case but may arise at any package that use SDL. Reason is the file sdl.m4 (which seems to be unchanged for years) that contains one dangerous line: PATH="$prefix/bin:$prefix/usr/bin:$PATH" Normaly this is harmless but it is a problem at least for all cross compiling environments. And the PATH variable is modified for all later operations in the configure script! Unfortunatly sdl.m4 is a file that is not only used within one package but in many packages that provides local copies (usually in a sub directory m4). e-uae is another package that fails due to that bug. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
