We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-std=c99
libgpg-error
1 parent 85c16a2 commit 391f33cCopy full SHA for 391f33c
ext/gpgme/extconf.rb
@@ -76,7 +76,7 @@
76
'--disable-shared',
77
'--enable-static',
78
'--disable-nls',
79
- "CFLAGS=-fPIC #{ENV["CFLAGS"]}",
+ "CFLAGS=-fPIC -std=c99 #{ENV["CFLAGS"]}",
80
]
81
checkpoint = "#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
82
unless File.exist?(checkpoint)
0 commit comments