Skip to content

Commit

Permalink
Don't build language bindings
Browse files Browse the repository at this point in the history
Fixes issue #93.
  • Loading branch information
ueno committed Jul 14, 2017
1 parent 2a6781e commit ee6adde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/gpgme/extconf.rb
Expand Up @@ -117,6 +117,8 @@
# However, on some systems (e.g. Debian), they are splitted into
# separate packages.
'--disable-gpgsm-test',
# We only need the C API.
'--disable-languages',
"CFLAGS=-fPIC #{ENV["CFLAGS"]}",
]
checkpoint = "#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
Expand Down

0 comments on commit ee6adde

Please sign in to comment.