Skip to content

Commit

Permalink
Added -lpthread to getVersion.sh - thanks to @thelaoshi
Browse files Browse the repository at this point in the history
  • Loading branch information
hfedcba committed Jun 23, 2017
1 parent cba20fc commit f177692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main(int argc, char** argv)
return 0;
}
EOF
g++ -std=c++11 -o $dir/libhomegear-base-version $dir/libhomegear-base-version.cpp -lhomegear-base -lgcrypt -lgnutls
g++ -std=c++11 -o $dir/libhomegear-base-version $dir/libhomegear-base-version.cpp -lhomegear-base -lgcrypt -lgnutls -lpthread
chmod 755 $dir/libhomegear-base-version
$dir/libhomegear-base-version
rm -Rf $dir

0 comments on commit f177692

Please sign in to comment.