Add --with-cxxflags configuration for %gem_install macro.
https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.org/message/3LTI2MQVBFNNLGLLA5JTYPNAFP7SQGAI/
This commit is contained in:
parent
e91d1127db
commit
d5e84a533c
@ -21,7 +21,7 @@
|
||||
%gem_install(d:n:) \
|
||||
mkdir -p %{-d*}%{!?-d:.%{gem_dir}} \
|
||||
\
|
||||
CONFIGURE_ARGS="--with-cflags='%{optflags}' $CONFIGURE_ARGS" \\\
|
||||
CONFIGURE_ARGS="--with-cflags='%{optflags}' --with-cxxflags='%{optflags}' $CONFIGURE_ARGS" \\\
|
||||
gem install \\\
|
||||
-V \\\
|
||||
--local \\\
|
||||
|
@ -1105,6 +1105,7 @@ make check TESTS="-v $DISABLE_TESTS"
|
||||
%changelog
|
||||
* Wed Aug 29 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-99
|
||||
- Additional OpenSSL 1.1.1 fixes.
|
||||
- Add --with-cxxflags configuration for %%gem_install macro.
|
||||
|
||||
* Tue Aug 28 2018 Jun Aruga <jaruga@redhat.com> - 2.5.1-99
|
||||
- Fix generated rdoc template issues.
|
||||
|
Loading…
Reference in New Issue
Block a user