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 --- php/src/php5/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/src/php5') diff --git a/php/src/php5/Makefile.mk b/php/src/php5/Makefile.mk index aa1ecea31ba..74b570f96b4 100644 --- a/php/src/php5/Makefile.mk +++ b/php/src/php5/Makefile.mk @@ -14,7 +14,7 @@ IcePHP_targetname := IcePHP IcePHP_targetdir := lib IcePHP_installdir := $(install_phplibdir) IcePHP_cppflags := -I$(project) -I$(top_srcdir)/cpp/src $(php_cpp_includes) $(php_cppflags) -IcePHP_ldflags := $(php_ldflags) +IcePHP_system_libs := $(php_ldflags) IcePHP_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice IcePHP_extra_sources := $(top_srcdir)/cpp/src/Slice/PHPUtil.cpp -- cgit v1.2.3