Source: curl

Severity: wishlist
Version: 7.58.0-2
tags: patch

Hello, what about applying something like:
--- curl-7.58.0/debian/rules    2018-01-24 20:27:50.000000000 +0000
+++ curl-7.58.0/debian/rules    2018-01-25 09:19:26.000000000 +0000
@@ -19,6 +19,10 @@
--includedir=/usr/include/$(DEB_HOST_MULTIARCH)         \
--with-zsh-functions-dir=/usr/share/zsh/vendor-completions

+ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
+       CONFIGURE_ARGS += --without-libssh2
+endif
+
%:
dh $@

to your rules file?
so we can start syncing curl again from Debian? :)

also, putting libssh2 in main should be doable, but in a really more "long 
term".

For now, sine a decade or so, we built curl without libssh support

thanks for caring!

G.

Reply via email to