The pkg-config command cleans up its output by removing multiple spaces and removing duplicate flags, so using the output in the sed replacement argument will not match what is in the .pc file. The original string before the cleanup must be used.
In addition, the same removal must also be done in the R/etc/Makeconf file where these flags appear in the LDFLAGS variable.
A patch is attached to the bug report.
BZ#1341771 Missing dependencies for R-core-devel in EPEL 5 and 6
This update has been submitted for testing by spot.
The pkg-config command cleans up its output by removing multiple spaces and removing duplicate flags, so using the output in the sed replacement argument will not match what is in the .pc file. The original string before the cleanup must be used.
In addition, the same removal must also be done in the R/etc/Makeconf file where these flags appear in the LDFLAGS variable.
A patch is attached to the bug report.
This update has been pushed to testing.
This update has been obsoleted by R-3.3.0-5.el5.