pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/quagga quagga: disable nhrpd explicitly rather tha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/798af064ec2a
branches: trunk
changeset: 452686:798af064ec2a
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 14 12:16:41 2021 +0000
description:
quagga: disable nhrpd explicitly rather than depending on the host
not having libcares
diffstat:
net/quagga/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2810cd4505a1 -r 798af064ec2a net/quagga/Makefile
--- a/net/quagga/Makefile Fri May 14 12:15:02 2021 +0000
+++ b/net/quagga/Makefile Fri May 14 12:16:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2021/02/01 20:51:24 gdt Exp $
+# $NetBSD: Makefile,v 1.68 2021/05/14 12:16:41 nia Exp $
#
DISTNAME= quagga-1.2.4
PKGREVISION= 4
@@ -25,6 +25,8 @@
CONFIGURE_ARGS+= --enable-exampledir=${PREFIX}/share/examples/quagga
#CONFIGURE_ARGS+= --enable-pkgsrcrcdir=${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run/zebra
+# Requires libcares
+CONFIGURE_ARGS+= --disable-nhrpd
BUILD_DEFS+= VARBASE
Home |
Main Index |
Thread Index |
Old Index