Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixes #21
Fixes #21
Conversation
|
Thanks for the pull request. Can we have a bit of a motivating discussion about why/where you think you need them? |
|
I was trying to package R-RInside as an RPM for Fedora. The RPM creation failed because the buildroot path was detected to be present in some of the files being packaged:
By filtering out the variables containing the buildroot path the RPM build succeeds. The missing LDFLAGS is just missing - some of the expected linker flags are not used. |
|
Ok, thanks for the feedback. I looked first at As for the other ones I was hesitating because that part has not changed in forever but I'll have enough local tests there to see if run-time behaviour were to be be affected. If so I'll report back. |
|
All good. The I'll add you to the Thanks again for the PR -- appreciate it. |
No description provided.