[Pkg-xmpp-devel] Bug#1115271: [PATCH] Build with --enable-cares
Stephen Paul Weber
singpolyma at singpolyma.net
Sun Sep 14 22:52:41 BST 2025
---
debian/control | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/control b/debian/control
index 92f666f..1a3c2a7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Priority: optional
Build-Depends: check,
debhelper-compat (= 13),
doxygen,
+ libc-ares-dev,
libexpat1-dev,
libssl-dev,
pkgconf,
@@ -24,6 +25,7 @@ Multi-Arch: same
Section: libdevel
Depends: libexpat1-dev,
libssl-dev,
+ libc-ares-dev,
libstrophe0 (= ${binary:Version}),
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
diff --git a/debian/rules b/debian/rules
index be4671c..1520dee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,6 @@ override_dh_autoreconf:
override_dh_auto_build:
dh_auto_build
doxygen
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-cares
--
2.39.5
More information about the Pkg-xmpp-devel
mailing list