Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135529 | Differences between
and this patch

Collapse All | Expand All

(-)quagga-0.99.4/zebra/Makefile.in.orig (-1 / +1 lines)
Lines 252-258 Link Here
252
	connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
252
	connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
253
	interface.h ipforward.h irdp.h router-id.h kernel_socket.h
253
	interface.h ipforward.h irdp.h router-id.h kernel_socket.h
254
254
255
zebra_LDADD = $(otherobj) $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
255
zebra_LDADD = $(otherobj) $(LIB_IPV6) ../lib/libzebra.la $(LIBCAP)
256
zebra_DEPENDENCIES = $(otherobj)
256
zebra_DEPENDENCIES = $(otherobj)
257
EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c if_proc.c \
257
EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c if_proc.c \
258
        if_sysctl.c ipforward_aix.c ipforward_ews.c ipforward_proc.c \
258
        if_sysctl.c ipforward_aix.c ipforward_ews.c ipforward_proc.c \

Return to bug 135529