Skip to content

Commit

Permalink
openvpn: --disable-dco. Needs kernel support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed Mar 19, 2023
1 parent 38b6eb3 commit 29bdc43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/openvpn/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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=
Expand Down

0 comments on commit 29bdc43

Please sign in to comment.