mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-13 14:58:07 +08:00
configure: always work-around brokenness of gnutls_certificate_set_key
That is, instead of requiring the user to explicitly pass --with-broken-gnutls warn at the end of the configure script. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -32,8 +32,7 @@ Build/Ubuntu:
|
||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$UBUNTU_BUILD
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi
|
||||
- "! ./configure"
|
||||
- ./configure --without-nuttcp-tests --with-broken-gnutls --without-docker-tests
|
||||
- ./configure --without-nuttcp-tests --without-docker-tests
|
||||
- make -j$(nproc) && make check -j$(nproc)
|
||||
tags:
|
||||
- shared
|
||||
|
||||
Reference in New Issue
Block a user