[openrtm-commit:02473] r2951 - trunk/OpenRTM-aist/utils/rtm-config

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 21日 (火) 15:12:24 JST


Author: n-ando
Date: 2017-02-21 15:12:23 +0900 (Tue, 21 Feb 2017)
New Revision: 2951

Modified:
   trunk/OpenRTM-aist/utils/rtm-config/openrtm-aist.pc.in
Log:
[compat,build] CXXFLAGS incuding -Wall -fPIC -O2 has been removed in openrtm-aist.pc. refs #3714

Modified: trunk/OpenRTM-aist/utils/rtm-config/openrtm-aist.pc.in
===================================================================
--- trunk/OpenRTM-aist/utils/rtm-config/openrtm-aist.pc.in	2017-02-17 03:54:47 UTC (rev 2950)
+++ trunk/OpenRTM-aist/utils/rtm-config/openrtm-aist.pc.in	2017-02-21 06:12:23 UTC (rev 2951)
@@ -10,7 +10,7 @@
 includedir=@includedir@
 
 rtm_cxx=@CXX@
-rtm_cflags=@CXXFLAGS@ -I at prefix@/include -I at coil_includedir@ -I at rtm_includedir@ -I at rtm_idldir@
+rtm_cflags=-I at prefix@/include -I at coil_includedir@ -I at rtm_includedir@ -I at rtm_idldir@
 rtm_libs=@LDFLAGS@ -L at libdir@ @LIBS@ -lRTC -lcoil
 rtm_version=@RTM_VERSION@
 rtm_orb=@ORB@



openrtm-commit メーリングリストの案内