Skip to content

Commit

Permalink
cherry pick 94d859e
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator authored and nkraetzschmar committed Feb 17, 2025
1 parent ee7efef commit 63a4cfb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions debian_fixes/disable-quic-for-backport-using-openssl-3.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --color -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2025-02-17 11:59:14
+++ b/debian/rules 2025-02-17 12:01:19
@@ -55,8 +55,8 @@
autoreconf -fi && \
cp ../../ltmain.sh . && \
dh_auto_configure ${CONFIGURE_ARGS} --with-openssl \
- --with-openssl-quic \
- --with-nghttp3
+ --without-ngtcp2 \
+ --without-nghttp3
endif
ifeq ($(filter pkg.curl.no-gnutls,$(DEB_BUILD_PROFILES)),)
mkdir -p debian/build-gnutls
1 change: 1 addition & 0 deletions debian_fixes/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable-quic-for-backport-using-openssl-3.1.patch
2 changes: 2 additions & 0 deletions prepare_source
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ git_src -b "debian/$version" "https://salsa.debian.org/debian/curl.git"
#removing rtmp
sed -i '/librtmp-dev/d;s/RTMP, //' "$dir/src/debian/control"
version_suffix=gl0~bp1592

apply_patches debian_fixes

0 comments on commit 63a4cfb

Please sign in to comment.