Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/unixodbc databases/unixodbc: skip check for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9970613adc71
branches:  trunk
changeset: 431408:9970613adc71
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 03:27:27 2020 +0000

description:
databases/unixodbc: skip check for unknown configure options

diffstat:

 databases/unixodbc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 022119efc186 -r 9970613adc71 databases/unixodbc/Makefile
--- a/databases/unixodbc/Makefile       Wed May 13 03:26:22 2020 +0000
+++ b/databases/unixodbc/Makefile       Wed May 13 03:27:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/05/23 19:22:57 rillig Exp $
+# $NetBSD: Makefile,v 1.42 2020/05/13 03:27:27 rillig Exp $
 
 DISTNAME=      unixODBC-2.3.7
 PKGNAME=       ${DISTNAME:S/ODBC/odbc/}
@@ -15,6 +15,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake flex yacc # to get libodbctxt.la
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --disable-gui
 CONFIGURE_ARGS+=       --enable-driverc



Home | Main Index | Thread Index | Old Index