From: Donald Sharp Date: Thu, 22 Oct 2015 00:40:39 +0000 (-0700) Subject: Debian: Track dependencies so that rebuilds can work right X-Git-Tag: frr-2.0-rc1~1216 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6fb16c6b5546c36cc5121f70072515be03cfbe03;p=mirror%2Ffrr.git 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 --- 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; \