Merge pull request #18 from PsychoGame/patch-1

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

View File

@ -514,7 +514,7 @@ elif [ "$1" == "custom" ]; then
sudo dd if=/dev/zero of=swapfile bs=1M count=1000
sudo mkswap swapfile
sudo swapon swapfile
cmake ../dnp3_src
cmake ../dnp3_src -DFULL=ON -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
if [ $? -ne 0 ]; then