diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-03 11:29:59 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-03 11:29:59 +0100 |
commit | 9f0bc8eff328cf191e35d2d9692c0cbc6ed2d89d (patch) | |
tree | 4ff94495cd2e3425c6a794dd3a7f1801b34ef05b /cpp | |
parent | Fixed ICE-5806: Freeze/evictor takes forever on OS X (diff) | |
download | ice-9f0bc8eff328cf191e35d2d9692c0cbc6ed2d89d.tar.bz2 ice-9f0bc8eff328cf191e35d2d9692c0cbc6ed2d89d.tar.xz ice-9f0bc8eff328cf191e35d2d9692c0cbc6ed2d89d.zip |
Fixed ICE-5780: php proxy test failure with ws
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.Darwin | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/config/Make.rules.Darwin b/cpp/config/Make.rules.Darwin index c0205611727..de9c2fc8f93 100644 --- a/cpp/config/Make.rules.Darwin +++ b/cpp/config/Make.rules.Darwin @@ -52,10 +52,6 @@ ifeq ($(RPATH_DIR),) endif LDPLATFORMFLAGS = -Wl,-rpath,$(RPATH_DIR) -ifeq ($(CXX),g++) - LDPLATFORMFLAGS += -rdynamic -endif - mklib = libtool -static -o $(1) $(2) mkshlib = $(CXX) -dynamiclib $(LDFLAGS) -o $(1) -install_name @rpath/$(2) $(3) $(4) |