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>
This commit is contained in:
Donald Sharp 2015-10-21 17:40:39 -07:00
parent d289687f8b
commit 70737f3064

3
debian/rules vendored
View File

@ -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; \