https://bugzilla.redhat.com/show_bug.cgi?id=1056460 Ralf Corsepius <rc040203@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203@xxxxxxxxxx --- Comment #1 from Ralf Corsepius <rc040203@xxxxxxxxxx> --- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review