summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-02-08 14:44:45 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-02-08 14:44:45 +0000
commitc275d03adca5825bbeec3bbd336eb7309d43b9ef (patch)
tree1b8563641d1e2cb33751cb9cd100b9faf3491512 /net
parentFix typos in the last entry. (diff)
- Add proper arguments for configure if WITH_TCPSOCKETS is enabled
PR: ports/118339 Reported by: Oles Hnatkevych <don_oles at able.com.ua> Approved by: Boris Kovalenko <boris at tagnet.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=206896
Diffstat (limited to 'net')
-rw-r--r--net/quagga/Makefile4
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