diff options
author | Jose <jose@zeroc.com> | 2017-09-01 15:09:54 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-09-01 15:09:54 +0200 |
commit | f44920d48c5268b860825c9f514a84da010a564e (patch) | |
tree | cb7bc688b891355daccedd29f1bcfc98236fe611 | |
parent | Fix PHP build to not use a SONAME in IcePHP.so (diff) | |
download | ice-3.6.4-rc0.tar.bz2 ice-3.6.4-rc0.tar.xz ice-3.6.4-rc0.zip |
Remove unused link dependency Glacier2v3.6.4-rc0
See bug (ICE-8474)
-rw-r--r-- | cpp/src/IceStorm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Makefile b/cpp/src/IceStorm/Makefile index 554745bda55..032d4d9e203 100644 --- a/cpp/src/IceStorm/Makefile +++ b/cpp/src/IceStorm/Makefile @@ -83,7 +83,7 @@ include $(top_srcdir)/config/Make.rules CPPFLAGS := $(CPPFLAGS) -I. -I.. $(READLINE_FLAGS) ICECPPFLAGS := $(ICECPPFLAGS) -I.. SLICE2CPPFLAGS := --ice --include-dir IceStorm -I. $(SLICE2CPPFLAGS) -LINKWITH := $(BZIP2_RPATH_LINK) -lIceStorm -lIceGrid -lGlacier2 -lFreeze -lIceBox -lIce -lIceUtil +LINKWITH := $(BZIP2_RPATH_LINK) -lIceStorm -lIceGrid -lFreeze -lIceBox -lIce -lIceUtil $(libdir)/$(LIBFILENAME): $(LIB_OBJS) @mkdir -p $(dir $@) |