Skip to content

Commit

Permalink
shibboleth-sp: revision for xerces-c
Browse files Browse the repository at this point in the history
build with C++11
  • Loading branch information
Roger Leigh authored and ilovezfs committed Oct 7, 2017
1 parent c5d454e commit 1196bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/shibboleth-sp.rb
Expand Up @@ -26,8 +26,11 @@ class ShibbolethSp < Formula
depends_on "apr-util" => :build
depends_on "apr" => :build

needs :cxx11

def install
ENV.O2 # Os breaks the build
ENV.cxx11
args = %W[
--disable-debug
--disable-dependency-tracking
Expand Down

0 comments on commit 1196bf0

Please sign in to comment.