test:vagrant nginx fix, CHANGELOG

This commit is contained in:
Olof hagsand 2023-12-05 15:04:01 +01:00
parent 1ac5086c6a
commit 054ffccb31
3 changed files with 2 additions and 40 deletions

View file

@ -62,7 +62,7 @@ cd src/clixon
git pull origin master
if [ $release = "freebsd" -o $release = "dragonfly" ]; then
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure --with-restconf=${with_restconf}
else
# Problems with su not having "sbin" in path on centos when when we run tests later
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure --sbindir=/usr/sbin --libdir=/usr/lib --with-restconf=${with_restconf}