On Sun, Mar 11, 2012 at 11:32:10PM +0000, Thorsten Glaser wrote:
> 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}";
Hi,
Joey has fixed this in 9.20120312 (thanks, Joey).
Cheers,
Dominic.
--
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]