Skip to content

Commit

Permalink
curlyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 20, 2024
1 parent 7e548a3 commit 5b0086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: configure curl
run: |
cd curl-8.1.0
export curl_cv_func_ioctl_fionbio=yes
./configure --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-mqtt --disable-manual --disable-threaded-resolver --disable-pthreads --disable-sspi --disable-aws --disable-ntlm --disable-ntlm-wb --disable-tls-srp --disable-unix-sockets --disable-doh --disable-mime --disable-bindlocal --disable-dnsshuffle --disable-alt-svc --disable-hsts --disable-websockets --with-openssl --without-brotli --without-libidn2 --without-ngtcp2 --without-quiche --without-msh3 --without-nghttp2 --without-libpsl --enable-static --disable-shared
echo "#define HAVE_IOCTLSOCKET_FIONBIO 1" >> curl_config.h
- name: build libcurl
run: |
CURDIR=`pwd`
Expand Down

0 comments on commit 5b0086a

Please sign in to comment.