File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ debug-*
12
12
lua
13
13
crash.log
14
14
.vimrc
15
+ .kateconfig
15
16
git-rev
16
17
slider_watcher
17
18
* .o
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set(PATCH_CMD3 sh -c "./buildconf")
27
27
28
28
set (CFG_ENV_VAR "CC=\" ${CC} \" CPPFLAGS=\" ${CPPFLAGS} \" CFLAGS=\" ${CFLAGS} \" LDFLAGS=\" ${LDFLAGS} \" " )
29
29
# Take a deep breath...
30
- set(CFG_OPTS "--prefix=\"${BINARY_DIR}\" --host=\"${CHOST}\" --enable-shared=yes --enable-static=no --without-gnutls --without-mbedtls --without-nss --without-polarssl --without-winssl --with-ca-fallback --with-ca-bundle=./data/ca-bundle.crt --with-ssl --with-ca-path=/etc/ssl/certs --disable-alt-svc --enable-crypto-auth --enable-dict --disable-esni --enable-file --enable-ftp --enable-gopher --enable-http --enable-imap --disable-ldap --disable-ldaps --disable-ntlm-wb --enable-pop3 --enable-rt --enable-rtsp --disable-smb --without-libssh2 --enable-smtp --enable-telnet -enable-tftp --enable-tls-srp --disable-ares --enable-cookies --enable-dateparse --enable-dnsshuffle --enable-doh --enable-hidden-symbols --enable-http-auth --disable-ipv6 --enable-largefile --enable-manual --enable-mime --enable-netrc --enable-progress-meter --enable-proxy --disable-sspi --enable-threaded-resolver --enable-pthreads --enable-versioned-symbols --without-amissl --without-bearssl --without-cyassl --without-darwinssl --without-fish-functions-dir --without-libidn2 --without-gssapi --without-libmetalink --without-nghttp2 --without-libpsl --without-nghttp3 --without-ngtcp2 --without-quiche --without-librtmp --without-brotli --without-schannel --without-secure-transport --without-spnego --without-winidn --without-wolfssl --with-zlib")
30
+ set(CFG_OPTS "--prefix=\"${BINARY_DIR}\" --host=\"${CHOST}\" --enable-shared=yes --enable-static=no --without-gnutls --without-mbedtls --without-nss --without-polarssl --without-winssl --with-ca-fallback --with-ca-bundle=./data/ca-bundle.crt --with-ssl --with-ca-path=/etc/ssl/certs --disable-alt-svc --enable-crypto-auth --enable-dict --disable-esni --enable-file --enable-ftp --enable-gopher --enable-http --enable-imap --disable-ldap --disable-ldaps --disable-mqtt --disable-ntlm-wb --enable-pop3 --enable-rt --enable-rtsp --disable-smb --without-libssh2 --enable-smtp --enable-telnet -enable-tftp --enable-tls-srp --disable-ares --enable-cookies --enable-dateparse --enable-dnsshuffle --enable-doh --enable-hidden-symbols --enable-http-auth --disable-ipv6 --enable-largefile --enable-manual --enable-mime --enable-netrc --enable-progress-meter --enable-proxy --disable-sspi --enable-threaded-resolver --enable-pthreads --enable-versioned-symbols --without-amissl --without-bearssl --without-cyassl --without-darwinssl --without-fish-functions-dir --without-libidn2 --without-gssapi --without-libmetalink --without-nghttp2 --without-libpsl --without-nghttp3 --without-ngtcp2 --without-quiche --without-librtmp --without-brotli --without-schannel --without-secure-transport --without-spnego --without-winidn --without-wolfssl --with-zlib")
31
31
set (CFG_CMD "${CFG_ENV_VAR} ${SOURCE_DIR} /configure ${CFG_OPTS} " )
32
32
set (CFG_CMD sh -c "${CFG_CMD} " )
33
33
set (BUILD_CMD1 sh -c "${KO_MAKE_RECURSIVE} ca-bundle" )
@@ -38,7 +38,7 @@ set(INSTALL_CMD2 ${CMAKE_COMMAND} -E rename ${SOURCE_DIR}/lib/ca-bundle.crt ${BI
38
38
ko_write_gitclone_script (
39
39
GIT_CLONE_SCRIPT_FILENAME
40
40
https://github.com/curl/curl.git
41
- tags/curl-7_69_1
41
+ tags/curl-7_70_0
42
42
${SOURCE_DIR}
43
43
)
44
44
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ endif()
52
52
ko_write_gitclone_script (
53
53
GIT_CLONE_SCRIPT_FILENAME
54
54
https://github.com/NiLuJe/FBInk.git
55
- tags/v1.22.0
55
+ tags/v1.22.1
56
56
${SOURCE_DIR}
57
57
)
58
58
You can’t perform that action at this time.
0 commit comments