Commit 54b57e23 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Tentative fix for lib boost conflict

parent 32ed118c
......@@ -437,7 +437,6 @@ check_install_amf_deps(){
# removed libspdlog-dev
PACKAGE_LIST="\
$specific_packages \
libboost1.67-dev \
mysql-server \
mysql-client \
libmysqlclient-dev \
......@@ -494,6 +493,8 @@ check_install_amf_deps(){
fi
echo "Install distro libs"
$SUDO $INSTALLER install $OPTION $PACKAGE_LIST
$SUDO $INSTALLER remove libboost1.65-dev
$SUDO $INSTALLER install libboost1.67-dev
ret=$?;[[ $ret -ne 0 ]] && return $ret
echo "distro libs installation complete"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment