diff options
author | Jose <jose@zeroc.com> | 2014-11-26 17:41:41 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-26 17:41:41 +0100 |
commit | 6a184ca531183424328b2b9423b674be3ffebdfc (patch) | |
tree | 1fe43732dd836432eb60ed4349c7f9937d5e8e31 /cpp | |
parent | ICE-5996 - testicedist.py error, NameError: global name 'isUbuntu' is not def... (diff) | |
download | ice-6a184ca531183424328b2b9423b674be3ffebdfc.tar.bz2 ice-6a184ca531183424328b2b9423b674be3ffebdfc.tar.xz ice-6a184ca531183424328b2b9423b674be3ffebdfc.zip |
Fixed (ICE-5999) - SLES 11 x64 IceStorm/rep1test failures
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceStorm/rep1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/rep1/Makefile b/cpp/test/IceStorm/rep1/Makefile index 87b841aaf0e..0bd395999f7 100644 --- a/cpp/test/IceStorm/rep1/Makefile +++ b/cpp/test/IceStorm/rep1/Makefile @@ -45,7 +45,7 @@ $(SUBSCRIBER): $(SOBJS) $(SUB): $(SUB_OBJS) rm -f $@ - $(CXX) $(LDFLAGS) -o $@ $(SUB_OBJS) $(LIBS) + $(CXX) $(LDFLAGS) $(LDEXEFLAGS) -o $@ $(SUB_OBJS) $(LIBS) clean:: -rm -f build.txt |