https://bugzilla.redhat.com/show_bug.cgi?id=1056460

Ralf Corsepius <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Ralf Corsepius <[email protected]> ---
There is one minor issue with this package:

The configure script peeks into the runtime system's file system and appends
some directories to CPPFLAGS and LDFLAGS if it finds them.
In a mock environment, this causes -I/usr/local/include and -L/usr/local/lib to
be appended to GCC calls.

There are many ways to fix and/or work-around this issue, e.g.:
1) A clean way would be to comment out the section (grep for "for spfx") in
configure and configure.ac and patch these files.
(apply "touch configure configure.ac -r aclocal.m4" after %patch 
to avoid the autotools being re-run)

2) A less clean way would be to sed out -I/usr/local/include and
-L/usr/local/lib from Makefile after having run %configure.

I'd go for 1)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to