summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-10-22 02:40:39 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-10-23 02:59:04 +0200
commit6fb16c6b5546c36cc5121f70072515be03cfbe03 (patch)
tree2910bda382a5e217788a11aefc81017a12816c47 /debian
parentzebra: Combine static_uninstall_ipv[4|6] into one function (diff)
downloadfrr-6fb16c6b5546c36cc5121f70072515be03cfbe03.tar.xz
frr-6fb16c6b5546c36cc5121f70072515be03cfbe03.zip
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6360a6c2c..4642dbfeb 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; \