]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: use same flags for Slackbuild as Slack package
authorandy5995 <arch_stanton5995@protonmail.com>
Wed, 15 Feb 2023 19:27:51 +0000 (13:27 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Feb 2023 23:10:25 +0000 (00:10 +0100)
Closes #10526

.github/workflows/linux.yml

index aa894a29a45dd8080a4e29e0ba28ed527c6ec127..deba3dd3913db24f47a4cc89b7d9a56cfba7874a 100644 (file)
@@ -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'