test fixes: mod timer for arm and install libevhtp lin in /us/lib

This commit is contained in:
Olof hagsand 2021-03-06 17:04:31 +01:00
parent b7991d9b39
commit c2f07fd29c
2 changed files with 7 additions and 4 deletions

View file

@ -261,7 +261,7 @@ case ${with_restconf} in
$sshcmd << 'EOF'
test -d libevhtp || git clone https://github.com/clicon/libevhtp.git
cd libevhtp;
./configure
./configure --libdir=/usr/lib # otherwise in /usr/local/lib where RH dont look
make
sudo make install
EOF