Merge pull request #19 from PsychoGame/patch-2

Added build flag for libmodbus_src on custom
This commit is contained in:
Thiago Alves 2018-12-04 14:06:21 -06:00 committed by GitHub
commit 2624175dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ elif [ "$1" == "custom" ]; then
echo "[LIBMODBUS]"
cd utils/libmodbus_src
./autogen.sh
./configure
./configure --prefix=/usr
sudo make install
if [ $? -ne 0 ]; then
echo "Error installing Libmodbus"