Skip to content

Commit

Permalink
Temporarily disable IPv6 on macosx
Browse files Browse the repository at this point in the history
Disable IPv6 to work around build issues.  The code is currently
linux-specific.  This is a required "to get something working"
and should be re-investigated later.

Signed-off-by: Dan Heidinga <[email protected]>
  • Loading branch information
DanHeidinga authored and jdekonin committed Oct 17, 2017
1 parent 5f6f381 commit 9187591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspecs/osx_x86-64.spec
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@
<flag id="thr_lockReservation" value="true"/>
<flag id="thr_smartDeflation" value="true"/>
<flag id="uma_gnuDebugSymbols" value="true"/>
<flag id="uma_supportsIpv6" value="true"/>
<flag id="uma_supportsIpv6" value="false"/>
</flags>
</spec>

0 comments on commit 9187591

Please sign in to comment.