-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PA-4867) Only override rbconfig when cross compiling
The ruby-augeas gem's native extensions didn't work, because we were overriding rbconfig when native compiling. It is only necessary to do that when cross compiling, because the host ruby running on Solaris Intel needs to override CC, etc configuration when installing gems with native extensions. The ruby-shadow gem did work on SPARC, but it was relying on the rbconfig overrides to find gcc. Instead add pl-build-tools to the PATH and only override rbconfig when cross compiling.
- Loading branch information
1 parent
849029c
commit 0968bde
Showing
2 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters