From 1b20fd61d4e8f9152a05184e9862dabe3b709d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 14 Nov 2016 13:27:50 +0100 Subject: [PATCH] The LDFLAGS are properly propagated now. https://bugs.ruby-lang.org/issues/11863 --- ruby.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ruby.spec b/ruby.spec index d696961..e30e854 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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}' \