mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
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:
parent
d289687f8b
commit
70737f3064
3
debian/rules
vendored
3
debian/rules
vendored
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user