Source: pdns-recursor
Version: 4.0.1-1
Severity: wishlist
Tags: patch

Hi,

currently pdns-recursor build depends on libboost-all-dev, so installing
all the boost libraries; OTOH, pdns-recursor uses only few of them,
so it is possible to reduce the number of installed packages when
building.

The attacked patch replaced libboost-all-dev with the actual boost
modules used, i.e. the base headers, boost-context, boost-system, and
boost-thread.
(PS: please note boost-context is not used, due to the wrong headers
for it searched.)

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,10 @@ Build-Depends: autoconf,
                dh-autoreconf,
                dh-systemd,
                dpkg-dev (>= 1.17.0~),
-               libboost-all-dev,
+               libboost-dev,
+               libboost-context-dev,
+               libboost-system-dev,
+               libboost-thread-dev,
                liblua5.2-dev,
                libprotobuf-dev,
                libssl-dev,

Reply via email to