From 6fb16c6b5546c36cc5121f70072515be03cfbe03 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 21 Oct 2015 17:40:39 -0700 Subject: [PATCH] Debian: Track dependencies so that rebuilds can work right Not the debian way, I know. But cause the debian build to create and follow dependencies. Signed-off-by: Donald Sharp --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6360a6c2ce..4642dbfeb3 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,8 @@ override_dh_auto_configure: --enable-rtadv \ --enable-werror \ --enable-gcc-rdynamic \ - --with-libpam; \ + --with-libpam \ + --enable-dependency-tracking; \ fi if ! diff -b -IHAVE_SNMP -IHAVE_NETSNMP -IUCD_COMPAT -IGETIFADDR debian/my/config.h.reference config.h; then \ echo; \ -- 2.39.5