diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-22 02:40:39 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-23 02:59:04 +0200 |
commit | 6fb16c6b5546c36cc5121f70072515be03cfbe03 (patch) | |
tree | 2910bda382a5e217788a11aefc81017a12816c47 /debian | |
parent | zebra: Combine static_uninstall_ipv[4|6] into one function (diff) | |
download | frr-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-x | debian/rules | 3 |
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; \ |