Add -lm for static compile + minor test changes for 7.3
This commit is contained in:
parent
0ad59d3300
commit
1580aa7a2c
9 changed files with 10 additions and 8 deletions
|
|
@ -553,6 +553,9 @@ function start_backend(){
|
|||
}
|
||||
|
||||
function stop_backend(){
|
||||
if [ $valgrindtest -eq 2 ]; then
|
||||
sleep 1
|
||||
fi
|
||||
sudo clixon_backend -z $*
|
||||
if [ $? -ne 0 ]; then
|
||||
err "kill backend"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue