sipsak: fix build with clang
This commit is contained in:
parent
6969ddf76b
commit
68ea1ea908
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ class Sipsak < Formula
|
|||
sha1 '6d2fd2c90ea04be749e48927b3e7fc08c52166b6'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
ENV.append 'CFLAGS', '-std=gnu89'
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue