- Link utils statically if LINKAGE=static
- Fix event exit bug (set to new counter, dont increment) - Changed default CI to be restconf=native instead of fcgi1~ - Tests: - Change to same wait backend and restconf commands - Change default restconf protocol from http to https
This commit is contained in:
parent
4b83f4198c
commit
9edf380f6a
70 changed files with 264 additions and 238 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -1371,8 +1371,8 @@ Optional Features:
|
|||
curl
|
||||
--disable-evhtp Disable evhtp for native restconf http/1, default:
|
||||
yes
|
||||
--enable-nghttp2 Enable nghttp2 for native restconf http/2, default:
|
||||
no
|
||||
--disable-nghttp2 Disable nghttp2 for native restconf http/2, default:
|
||||
yes
|
||||
|
||||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
|
|
@ -5300,7 +5300,7 @@ if test "${enable_nghttp2+set}" = set; then :
|
|||
fi
|
||||
|
||||
else
|
||||
ac_enable_nghttp2=no
|
||||
ac_enable_nghttp2=yes
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: checking nghttp2 is enabled: $ac_enable_nghttp2" >&5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue