From: andy5995 Date: Wed, 15 Feb 2023 19:27:51 +0000 (-0600) Subject: GHA: use same flags for Slackbuild as Slack package X-Git-Tag: curl-8_0_0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8125822e6e1136e6cb2372970cfbc801cfea3314;p=thirdparty%2Fcurl.git GHA: use same flags for Slackbuild as Slack package Closes #10526 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index aa894a29a4..deba3dd391 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -115,8 +115,10 @@ jobs: install_packages: clang libnss3-dev libnghttp2-dev nss-plugin-pem configure: CC=clang CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated - - name: Slackware-openssl-gcc - configure: --with-openssl + - name: Slackware-openssl-with-gssapi-gcc + # These are essentially the same flags used to build the curl Slackware package + # https://ftpmirror.infania.net/slackware/slackware64-current/source/n/curl/curl.SlackBuild + configure: --with-openssl --with-libssh2 --with-gssapi --enable-ares --enable-static=no --without-ca-bundle --with-ca-path=/etc/ssl/certs # Docker Hub image that `container-job` executes in container: 'andy5995/slackware-build-essential:15.0'