libgcrypt: fix audit warning
This commit is contained in:
parent
5e315bf376
commit
10d66aee80
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Libgcrypt < Formula
|
|||
def cflags
|
||||
cflags = "#{ENV['CFLAGS']}"
|
||||
cflags += '-std=gnu89 -fheinous-gnu-extensions' if ENV.compiler == :clang
|
||||
cflags
|
||||
cflags
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue