The LDFLAGS are properly propagated now.

https://bugs.ruby-lang.org/issues/11863
This commit is contained in:
Vít Ondruch 2016-11-14 13:27:50 +01:00
commit 1b20fd61d4

View file

@ -522,10 +522,6 @@ cp -a %{SOURCE6} .
%build
autoconf
# Ruby does not respec LDFLAGS :(
# https://bugs.ruby-lang.org/issues/11863
export EXTLDFLAGS="%{__global_ldflags}"
%configure \
--with-rubylibprefix='%{ruby_libdir}' \
--with-archlibdir='%{_libdir}' \