Fixed: SEGV when starting FCGI restconf program
- Reverted removal of CLICON_RESTCONF_PATH since it was used there Misc fixes: initialized variables, docs, removed obsolete --enable-optyang
This commit is contained in:
parent
3117332ddd
commit
1808015cf6
8 changed files with 36 additions and 12 deletions
|
|
@ -63,10 +63,10 @@ cd src/clixon
|
|||
git pull origin master
|
||||
|
||||
if [ $release = "freebsd" ]; then
|
||||
LDFLAGS=-L/usr/local/lib ./configure --with-cligen=/usr/local --enable-optyangs --with-restconf=${with_restconf}
|
||||
LDFLAGS=-L/usr/local/lib ./configure --with-cligen=/usr/local --with-restconf=${with_restconf}
|
||||
else
|
||||
# Problems with su not having "sbin" in path on centos when when we run tests later
|
||||
./configure --sbindir=/usr/sbin --libdir=/usr/lib --enable-optyangs --with-restconf=${with_restconf}
|
||||
./configure --sbindir=/usr/sbin --libdir=/usr/lib --with-restconf=${with_restconf}
|
||||
fi
|
||||
$MAKE clean
|
||||
$MAKE -j10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue