We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2620e11 commit 0e880e6Copy full SHA for 0e880e6
.ci/build_and_test_world
@@ -35,7 +35,8 @@ set -e
35
stage configure
36
./configure --enable-tap-tests --enable-debug --enable-cassert --enable-nls \
37
--with-openssl --with-perl --with-tcl --with-python \
38
- --with-gssapi --with-libxml --with-libxslt --with-ldap \
+ --with-gssapi --with-includes=/usr/include/gssglue \
39
+ --with-libxml --with-libxslt --with-ldap \
40
--with-icu --with-zstd ${TCLCONFIG:+--with-tclconfig=${TCLCONFIG}}
41
stage make
42
make
0 commit comments