pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/openvpn



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 19 19:11:21 UTC 2023

Modified Files:
        pkgsrc/net/openvpn: Makefile

Log Message:
openvpn: --disable-dco. Needs kernel support.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/openvpn/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/openvpn/Makefile
diff -u pkgsrc/net/openvpn/Makefile:1.95 pkgsrc/net/openvpn/Makefile:1.96
--- pkgsrc/net/openvpn/Makefile:1.95    Wed Nov 23 08:02:57 2022
+++ pkgsrc/net/openvpn/Makefile Sun Mar 19 19:11:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2022/11/23 08:02:57 adam Exp $
+# $NetBSD: Makefile,v 1.96 2023/03/19 19:11:20 tnn Exp $
 
 DISTNAME=      ${OPENVPN_DISTNAME}
 CATEGORIES=    net
@@ -16,6 +16,7 @@ USE_TOOLS+=           grep:run pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-debug
 CONFIGURE_ARGS+=       --disable-dependency-tracking
+CONFIGURE_ARGS+=       --disable-dco
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ENV+=                ac_cv_prog_RST2HTML=
 CONFIGURE_ENV+=                ac_cv_prog_RST2MAN=



Home | Main Index | Thread Index | Old Index