summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-09-12 17:59:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-09-12 17:59:27 +0000
commitdb04476eb509c04827cf048d151b608178bf63f5 (patch)
tree43ed9904fcd8397887aae8d02f05f6c344097068
parentb52529380a7c6501ca0838bce1dd66fce9d6f3a7 (diff)
downloadATCD-db04476eb509c04827cf048d151b608178bf63f5.tar.gz
ChangeLogTag:Fri Sep 12 10:58:28 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile2
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1fcd39956a9..d00c36a245a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Fri Sep 12 10:58:28 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * orbsvcs/tests/Security/MT_IIOP_SSL/Makefile (SRVR_LIBS):
+
+ Explicitly link the ACE_SSL library to address an unresolved
+ symbol link-time error in Solaris Sun CC 5.3 builds. The
+ server binary appears to needs the ACE_SSL_Context::instance()
+ method, at least according to the linker error.
+
Fri Sep 12 12:50:57 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/RTScheduling/Current/Current.dsp:
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile
index d4147d36c58..49d0f8ac1ca 100644
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile
+++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile
@@ -46,7 +46,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
include $(TAO_ROOT)/taoconfig.mk
CLNT_LIBS = -lTAO_SSLIOP $(TAO_CLNT_LIBS)
-SRVR_LIBS = -lTAO_SSLIOP $(TAO_SRVR_LIBS)
+SRVR_LIBS = -lTAO_SSLIOP -lACE_SSL $(PLATFORM_SSL_LIBS) $(TAO_SRVR_LIBS)
#----------------------------------------------------------------------------
# Local targets