From 1cc361c8e2c32277d4cf89619939d5d7ddb5e51a Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 11 May 2017 23:04:01 +0200 Subject: Fixed ICE-7800 - moved python/ruby/php ldflags at the end --- ruby/src/IceRuby/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/src') diff --git a/ruby/src/IceRuby/Makefile.mk b/ruby/src/IceRuby/Makefile.mk index b65b6eb06fb..351c72df5ed 100644 --- a/ruby/src/IceRuby/Makefile.mk +++ b/ruby/src/IceRuby/Makefile.mk @@ -15,7 +15,7 @@ IceRuby_targetdir := $(lang_srcdir)/ruby IceRuby_installdir := $(install_rubylibdir) IceRuby_cppflags := -I$(project) -I$(top_srcdir)/cpp/include -I$(top_srcdir)/cpp/include/generated \ -I$(top_srcdir)/cpp/src $(ruby_cppflags) -IceRuby_ldflags := $(ruby_ldflags) +IceRuby_system_libs := $(ruby_ldflags) IceRuby_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice IceRuby_libs := mcpp IceRuby_extra_sources := $(filter-out %Util.cpp %Python.cpp,\ -- cgit v1.2.3