summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-05-13 08:39:55 -0700
committerDwayne Boone <dwayne@zeroc.com>2015-05-13 08:39:55 -0700
commite8c3b75b8b0844ea5dacbf64e9bf27a31722e66e (patch)
tree3066500cb25542b8c794e32fefffa1b01c43138e
parentCSharp install fixes (diff)
downloadice-e8c3b75b8b0844ea5dacbf64e9bf27a31722e66e.tar.bz2
ice-e8c3b75b8b0844ea5dacbf64e9bf27a31722e66e.tar.xz
ice-e8c3b75b8b0844ea5dacbf64e9bf27a31722e66e.zip
ICE-6508 Fixed PHP linux build
-rw-r--r--php/config/Make.rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/config/Make.rules.php b/php/config/Make.rules.php
index def5219a40b..a57890a9f09 100644
--- a/php/config/Make.rules.php
+++ b/php/config/Make.rules.php
@@ -141,7 +141,7 @@ else
ICE_LIB_DIR = -L$(ice_dir)/lib$(lp64suffix)
ICE_FLAGS = -I$(ice_dir)/include
endif
-ICE_LIBS = $(ICE_LIB_DIR) -lIce -lSlice -lIceUtil
+ICE_LIBS = $(ICE_LIB_DIR) -lIce -lIceSSL -lSlice -lIceUtil
ifneq ($(embedded_runpath_prefix),)
runpath_libdir := $(embedded_runpath_prefix)/lib$(lp64suffix)