Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/gpgme/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'--disable-shared',
'--enable-static',
'--disable-nls',
"CFLAGS=-fPIC #{ENV["CFLAGS"]}",
"CFLAGS=-fPIC -std=c99 #{ENV["CFLAGS"]}",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bundled libgpg-error is a bit outdated (the latest is 1.55). Perhaps bumping it would make this unnecessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I created #201 which also solves the issue. If you merge that, I'll close this.

]
checkpoint = "#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
unless File.exist?(checkpoint)
Expand Down