Code

Added build_ldadd patch adding ALL_LIBS to rrdcached_LDADD.
[pkg-rrdtool.git] / debian / changelog
index 8d80086ce6fcf574faaaf1de237f40e216ff0f80..67dd8f140deaefb2b23d8c3fdc83e79d276dd56e 100644 (file)
@@ -13,6 +13,10 @@ rrdtool (1.4.8-1) UNRELEASED; urgency=medium
     - Added CVE-2013-2131; upstream patch fixing a format string vulnerability
       in rrdgraph; thanks to Henri Salo for reporting this (Closes: #708866).
       Raised urgency to medium for this.
+  * debian/patches, debian/rules, debian/control:
+    - Added build_ldadd; patch Makefile to pass $ALL_LIBS to rrdcached's
+      linker flags to ensure it's going to be linked against libglib.
+    - Build-depend on and use dh-autoreconf to manage the build_ldadd patch.
   * debian/control:
     - Optionally recommend fonts-dejavu-core as (the preferred) alternative to
       ttf-dejavu-core; thanks to Martin-Éric Racine for reporting this