aboutsummaryrefslogblamecommitdiff
path: root/devel/ice37/files/patch-php-src-php5-Makefile.mk
blob: fb1ef3c2352b9b5128bad39cca2ae0a8dc98d25a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                               
                            
                                              









                                                                                                                      
--- php/src/php5/Makefile.mk.orig	2021-06-21 14:44:58 UTC
+++ php/src/php5/Makefile.mk
@@ -9,8 +9,8 @@ IcePHP_targetname       := ice
 IcePHP_targetdir        := lib
 IcePHP_installdir       := $(install_phplibdir)
 IcePHP_cppflags         := -I$(project) -I$(top_srcdir)/cpp/src $(ice_cpp_cppflags) $(php_cppflags)
-IcePHP_system_libs      := $(php_ldflags)
-IcePHP_dependencies     := IceDiscovery IceLocatorDiscovery IceSSL Ice
+IcePHP_system_libs      := $(php_ldflags) -L/usr/local/lib -lIceDiscovery -lIceLocatorDiscovery -lIceSSL -lIce -lphp5
+#IcePHP_dependencies     := IceDiscovery IceLocatorDiscovery IceSSL Ice
 IcePHP_extra_sources    := $(top_srcdir)/cpp/src/Slice/PHPUtil.cpp
 
 projects += $(project)