[openrtm-commit:02638] r3003 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 6月 15日 (木) 17:05:24 JST
Author: kawauchi
Date: 2017-06-15 17:05:24 +0900 (Thu, 15 Jun 2017)
New Revision: 3003
Modified:
trunk/OpenRTM-aist/build/pkg_install_debian.sh
Log:
[compat,->RELENG_1_2] libtool-bin package has been removed from debian 7. refs #3829
Modified: trunk/OpenRTM-aist/build/pkg_install_debian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_debian.sh 2017-06-13 06:45:30 UTC (rev 3002)
+++ trunk/OpenRTM-aist/build/pkg_install_debian.sh 2017-06-15 08:05:24 UTC (rev 3003)
@@ -49,7 +49,13 @@
reposerver=""
#--------------------------------------- C++
-autotools="autoconf libtool libtool-bin"
+res=`grep wheezy /etc/os-release`
+if test ! "x$res" = "x" ; then
+ # wheezy
+ autotools="autoconf libtool"
+else
+ autotools="autoconf libtool libtool-bin"
+fi
base_tools="bc iputils-ping net-tools"
cxx_devel="gcc g++ make python-yaml"
cmake_tools="cmake doxygen"
More information about the openrtm-commit
mailing list