]> git.puffer.fish Git - mirror/frr.git/commitdiff
Debian: Track dependencies so that rebuilds can work right
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Oct 2015 00:40:39 +0000 (17:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 29 Oct 2015 18:22:49 +0000 (11:22 -0700)
Not the debian way, I know.  But cause the debian build to create
and follow dependencies.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
debian/rules

index 6360a6c2ce6d198567b59fb80e3fbd87d52c4ef9..4642dbfeb3386a66dd73b1ca7728a9d8f741c749 100755 (executable)
@@ -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; \