summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules
index a610d4d5b98..d9c3cc2673e 100644
--- a/cpp/config/Make.rules
+++ b/cpp/config/Make.rules
@@ -42,7 +42,7 @@ CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall
#CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall
CPPFLAGS = -I$(includedir) -I$(STLPORT_HOME)/include/stlport
LDFLAGS = -L$(libdir) -L$(STLPORT_HOME)/lib -L$(OPENSSL_HOME)/lib -L$(XERCESC_HOME)/lib
-BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid
+BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid -ldl
LIBS = -lIce -lxerces-c1_5_2 -lssl -lcrypto $(BASELIBS)
# For Intel's icc compiler. (Experimental!)