diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-08 14:44:45 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-08 14:44:45 +0000 |
commit | c275d03adca5825bbeec3bbd336eb7309d43b9ef (patch) | |
tree | 1b8563641d1e2cb33751cb9cd100b9faf3491512 /net/quagga/Makefile | |
parent | 983c08cfdae65876c4201e1b3caaeae161c34c86 (diff) |
Notes
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index c34da443d541..e7f047e6126a 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -113,6 +113,10 @@ CONFIGURE_ARGS+=--enable-snmp LIB_DEPENDS+=netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp .endif +.if defined(WITH_TCPSOCKETS) +CONFIGURE_ARGS+=--enable-tcp-zebra +.endif + .if defined(WITH_TCPMD5) EXTRA_PATCHES+=${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgp_network.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgp_vty.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgpd.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgpd.h ${PATCHDIR}/extra-tcpmd5-patch-lib-sockopt.c ${PATCHDIR}/extra-tcpmd5-patch-lib-sockopt.h ${PATCHDIR}/extra-tcpmd5-patch-vtysh-extract.pl.in CFLAGS+= -DQUAGGA_TCP_MD5SIG |