parent
b110785d7b
commit
72c2a96f37
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class Crm114 < Formula
|
|||
depends_on 'tre'
|
||||
|
||||
def install
|
||||
ENV.append 'CFLAGS', '-std=gnu89'
|
||||
inreplace 'Makefile', 'LDFLAGS += -static -static-libgcc', ''
|
||||
bin.mkpath
|
||||
system "make", "prefix=#{prefix}", "install"
|
||||
|
|
Loading…
Reference in a new issue