summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorandy5995 <arch_stanton5995@protonmail.com>2023-02-15 13:27:51 -0600
committerDaniel Stenberg <daniel@haxx.se>2023-02-25 00:10:25 +0100
commit8125822e6e1136e6cb2372970cfbc801cfea3314 (patch)
treea8bee15435a30b2af747e1a2e94cca42c63812be /.github
parent3b15ee1e349b8bbf01d0d3b940bb4e1e0005c1d1 (diff)
downloadcurl-8125822e6e1136e6cb2372970cfbc801cfea3314.tar.gz
GHA: use same flags for Slackbuild as Slack package
Closes #10526
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index aa894a29a..deba3dd39 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'