On Tue, Mar 17, 2009 at 06:57:24PM -0600, dann frazier wrote:
> I tested the initial patch on paer.debian.org, a parisc machine.
> I found that it didn't work. However, this one did:
>
> - ./waf --nocache configure --prefix=/usr
> + CFLAGS="-fPIC" ./waf --nocache configure --prefix=/usr
Yes, but the submitter mentioned that
>> [upstream prefers] to add a check for parisc instead making
>> libgkatze .so or adding -fPIC unconditional.
Since no rationale was given, I am reluctant to do this without
discussing it with upstream. BTW, I would change that to
CFLAGS += -fPIC
at the top of the makefile (otherwise it would eat -O2 -Wall and
similar).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]