Subject: | GSSAPI-0.26 compilation failure due to misparsed CFLAGS |
Date: | Sat, 24 Apr 2010 15:08:13 +0400 |
To: | bug-GSSAPI [...] rt.cpan.org |
From: | Andrew Savchenko <bircoph [...] gmail.com> |
Hello,
Makefile generation in 0.26 seems to be broken: Makefile.PL treats all
--param arguments, containing '-l' as libraries (-lname linker
argument).
In case of "--param l1-cache-line-size=64 --param l1-cache-size=32 "
(and these are valid gcc options), Makefile.PL distortes (part of)
arguments to "--param --param l1-cache-size=32", thus making linking
fail.
The attached patch fixes this. More detail about the problem may be
found here: https://bugs.gentoo.org/show_bug.cgi?id=276555
--
Best regards,
Andrew
Message body is not shown because sender requested not to inline it.
Message body not shown because it is not plain text.