Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#360: Fix solaris 10 match so it doesn't match solaris 11 #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

face
Copy link

@face face commented Nov 26, 2014

'solaris2.11' =~ /solaris(!?2.11)/ will return 0, which in ruby is true, not false so std=c99 is still showing up on solaris 11.

 'solaris2.11'  =~ /solaris(!?2\.11)/ will return 0, which in ruby is true, not false so std=c99 is still showing up on solaris 11.
@face face changed the title Update extconf.rb Update extconf.rb to fix issue #360 Nov 26, 2014
@face face changed the title Update extconf.rb to fix issue #360 #360: Fix solaris 10 match so it doesn't match solaris 11 Nov 26, 2014
@sax
Copy link

sax commented Dec 5, 2014

Any update on this pull request? This also effects installing ffi on SmartOS.

@bixu
Copy link

bixu commented Dec 7, 2014

+1 to fixing this :)

@bahamat
Copy link

bahamat commented Jan 6, 2015

This pull request overlaps with #382, fixing the same issue. Can we get consensus on which one should be merged?

@tduehr
Copy link
Member

tduehr commented Jan 8, 2015

Please try #399 as a fix for this.

@sax
Copy link

sax commented Jan 8, 2015

I will try this fix on SmartOS as soon as I can.

Sent from my iPhone

On Jan 7, 2015, at 8:14 PM, tduehr notifications@github.com wrote:

Please try #399 as a fix for this.


Reply to this email directly or view it on GitHub.

@bahamas10
Copy link

Tested and working on SmartOS

@bixu
Copy link

bixu commented May 15, 2015

+1 to fixing this - what can I do to help?

@smartb-pair
Copy link

bump 😃

@tduehr
Copy link
Member

tduehr commented Jul 12, 2017

Would pulling this flag from RbConfig work? I don't have a Solaris box to test this properly yet. What do I need to install in a VM to replicate your environment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants