diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-21 16:47:18 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-16 16:40:56 +0100 |
commit | ae449dc594e837eaf7eb36de37097d59ad586280 (patch) | |
tree | 0275ed4a10720dea04b20111da1eac935e6f61f9 /pimd/subdir.am | |
parent | pim6d: get into a kinda-working state wrt. zebra (diff) | |
download | frr-ae449dc594e837eaf7eb36de37097d59ad586280.tar.xz frr-ae449dc594e837eaf7eb36de37097d59ad586280.zip |
pim6d: remove `PIM_V6_TEMP_BREAK`
It's no longer necessary, pim6d now compiles without this hack.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/subdir.am')
-rw-r--r-- | pimd/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 8e99b0c01..86e8ca780 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -159,7 +159,7 @@ if DEV_BUILD # (change noinst_ to sbin_ below to install it.) # noinst_PROGRAMS += pimd/pim6d -pimd_pim6d_CFLAGS = $(AM_CFLAGS) -DPIM_IPV=6 $(and $(PIM_V6_TEMP_BREAK),-DPIM_V6_TEMP_BREAK) +pimd_pim6d_CFLAGS = $(AM_CFLAGS) -DPIM_IPV=6 pimd_pim6d_LDADD = lib/libfrr.la $(LIBCAP) endif endif |