pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/quagga



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 12:16:41 UTC 2021

Modified Files:
        pkgsrc/net/quagga: Makefile

Log Message:
quagga: disable nhrpd explicitly rather than depending on the host
not having libcares


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/quagga/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/quagga/Makefile
diff -u pkgsrc/net/quagga/Makefile:1.67 pkgsrc/net/quagga/Makefile:1.68
--- pkgsrc/net/quagga/Makefile:1.67     Mon Feb  1 20:51:24 2021
+++ pkgsrc/net/quagga/Makefile  Fri May 14 12:16:41 2021
@@ -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+=      --sysconfdir=${PKG_SYSC
 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