diff options
-rw-r--r-- | TAO/tests/Cubit/COOL/MT_Cubit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cubit/COOL/MT_Cubit/Makefile b/TAO/tests/Cubit/COOL/MT_Cubit/Makefile index 3a15988976a..a61a6fc6ee9 100644 --- a/TAO/tests/Cubit/COOL/MT_Cubit/Makefile +++ b/TAO/tests/Cubit/COOL/MT_Cubit/Makefile @@ -55,7 +55,7 @@ ifdef CHORUS CLT_OBJS += pccTimer.o LDLIBS += -lOrb else - LDLIBS += -lsocket -lACE -lOrb-mt + LDLIBS += -lsocket -lACE -lposix4 -lOrb-mt endif VLDLIBS = $(LDLIBS:%=%$(VAR)) |