From 11abbb06d7f215ad3cf2bcaebf914c87ecc0fe09 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 4 Mar 2009 22:51:41 +0000 Subject: [PATCH] Added libdl to the OS libraries needed, for dlopen/dlsym. --- configure/os/CONFIG.Common.linuxCommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.linuxCommon b/configure/os/CONFIG.Common.linuxCommon index 3f6b30f3b..1d77732cb 100644 --- a/configure/os/CONFIG.Common.linuxCommon +++ b/configure/os/CONFIG.Common.linuxCommon @@ -20,7 +20,7 @@ POSIX_LDLIBS = -lpthread # -D_BSD_SOURCE for gethostname() in unistd.h as needed by cacChannelIO.cpp. OP_SYS_CPPFLAGS += -D_BSD_SOURCE OP_SYS_CPPFLAGS += -Dlinux -OP_SYS_LDLIBS += -lrt +OP_SYS_LDLIBS += -lrt -ldl # Set runtime path for shared libraries SHRLIBDIR_LDFLAGS += $(SHRLIB_DEPLIB_DIRS:%=-Wl,-rpath,%)