[openrtm-commit:03175] r3223 - branches/RELENG_1_2/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 2月 20日 (火) 19:44:42 JST


Author: kawauchi
Date: 2018-02-20 19:44:42 +0900 (Tue, 20 Feb 2018)
New Revision: 3223

Modified:
   branches/RELENG_1_2/OpenRTM-aist/configure.ac
Log:
[compat,->trunk] "-lomnisslTP4" has been added in configure.ac.

Modified: branches/RELENG_1_2/OpenRTM-aist/configure.ac
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/configure.ac	2018-02-18 05:20:27 UTC (rev 3222)
+++ branches/RELENG_1_2/OpenRTM-aist/configure.ac	2018-02-20 10:44:42 UTC (rev 3223)
@@ -1103,8 +1103,8 @@
 	CPPFLAGS="-I$omniORB4_CORBA_h_dir $CPPFLAGS"
 	CXXFLAGS="-I$omniORB4_CORBA_h_dir $CXXFLAGS"
 	LDFLAGS="-L$omniorb_lib_dir $LDFLAGS"
-	LIBS="$LIBS -lomniORB4 -lomnithread -lomniDynamic4"
-	LDSOLIBS="$LDSOLIBS -lomniORB4 -lomnithread -lomniDynamic4"
+	LIBS="$LIBS -lomniORB4 -lomnithread -lomniDynamic4 -lomnisslTP4"
+	LDSOLIBS="$LDSOLIBS -lomniORB4 -lomnithread -lomniDynamic4 -lomnisslTP4"
 	AC_DEFINE([ORB_IS_OMNIORB], [TRUE], [ORB is omniORB])
 fi
 



More information about the openrtm-commit mailing list