Hi,
thanks for digging out a fix for this issue! I’ve applied this
to libbsd-arc4random-perl but found another bug:
CFLAGS must be added to the LD value as well, because they
can (may) be used during linking.
-+ push @flags, "config=ld=$Config{ld} $ENV{LDFLAGS}";
++ push @flags, "config=ld=$Config{ld} $ENV{CFLAGS}
$ENV{LDFLAGS}";
-+ push @flags, "LD=$Config{ld} $ENV{LDFLAGS}";
++ push @flags, "LD=$Config{ld} $ENV{CFLAGS} $ENV{LDFLAGS}";
bye,
//mirabilos
--
In traditional syntax ' is ignored, but in c99 everything between two ' is
handled as character constant. Therefore you cannot use ' in a preproces-
sing file in c99 mode. -- Ragge
No faith left in ISO C99, undefined behaviour, etc.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]