Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/proftpd net/proftpd: skip check for unknown config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8432966a9eeb
branches:  trunk
changeset: 431233:8432966a9eeb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 14:22:48 2020 +0000

description:
net/proftpd: skip check for unknown configure options

diffstat:

 net/proftpd/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b8cfeefa7062 -r 8432966a9eeb net/proftpd/Makefile.common
--- a/net/proftpd/Makefile.common       Sun May 10 14:20:43 2020 +0000
+++ b/net/proftpd/Makefile.common       Sun May 10 14:22:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2020/04/20 12:50:02 christos Exp $
+# $NetBSD: Makefile.common,v 1.12 2020/05/10 14:22:48 rillig Exp $
 
 # used by net/proftpd/Makefile
 # used by net/proftpd/Makefile.module
@@ -24,6 +24,7 @@
 USE_TOOLS+=            gmake intltool msgfmt perl:run autoconf
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --libexecdir=${PREFIX}/libexec/proftpd
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}/run



Home | Main Index | Thread Index | Old Index