[hardening-discuss] Bug#465827: FTBFS on m68k using hardening-wrapper

Luk Claes luk at debian.org
Fri Mar 21 14:47:57 UTC 2008


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





More information about the hardening-discuss mailing list