On Fri, Feb 15, 2008 at 09:44:40AM +0100, Tobias Toedter wrote: > I've just switched to use hardening-wrapper for my package worker. > However, on m68k, the package FTBFS with this error message:
This is not m68k specific, it happens on some other archs too. > checking for gcc... gcc > checking for C compiler default output file name... > configure: error: C compiler cannot create executables The problem is that '-z relro' is on some archs interpreted as two options instead of one because of the whitespace. This can be solved by using '-Wl,z,relro' instead... Cheers Luk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]