Closed taonic closed 8 years ago
One of the major enhancements in mini_portile2 is to take configure_options literally without running in subshell, see: https://github.com/flavorjones/mini_portile/commit/e77b90938828980e670278e1c3bf83a62515a7fd.
configure_options
The compatibility fix has been made at: https://github.com/ueno/ruby-gpgme/commit/661739705e7f63934e68f6b91115227fa309fb38. Unfortunately this breaks build with mini_portile < 0.7 (currently >= 0.5.0 in gemspec) when ENV['CFLAGS'] is present.
>= 0.5.0
ENV['CFLAGS']
A gemspec dependency update seems to be necessary. But instead of depending any of the 0.7.0.rc* release, let's go straight into v2.
thanks!
@ueno Thanks for the merge. Shall we have a new release? I guess there are other people running into issues like: https://github.com/ueno/ruby-gpgme/issues/75
sure, done
@ueno :trophy:
One of the major enhancements in mini_portile2 is to take
configure_options
literally without running in subshell, see: https://github.com/flavorjones/mini_portile/commit/e77b90938828980e670278e1c3bf83a62515a7fd.The compatibility fix has been made at: https://github.com/ueno/ruby-gpgme/commit/661739705e7f63934e68f6b91115227fa309fb38. Unfortunately this breaks build with mini_portile < 0.7 (currently
>= 0.5.0
in gemspec) whenENV['CFLAGS']
is present.A gemspec dependency update seems to be necessary. But instead of depending any of the 0.7.0.rc* release, let's go straight into v2.