summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-13 03:27:27 +0000
committerrillig <rillig@pkgsrc.org>2020-05-13 03:27:27 +0000
commit47803c471fe6bbecd397a2fb7eff1559afee81c8 (patch)
tree095ef6a0c3bbba279e96d670267851adaa17bd57
parent50652a1eaf953af614848d314d269b9610e605ce (diff)
downloadpkgsrc-47803c471fe6bbecd397a2fb7eff1559afee81c8.tar.gz
databases/unixodbc: skip check for unknown configure options
-rw-r--r--databases/unixodbc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile
index 914c4ae8e97..6fc03f0d934 100644
--- a/databases/unixodbc/Makefile
+++ b/databases/unixodbc/Makefile
@@ -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 @@ CONFLICTS+= iodbc<3.52.7nb2
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