pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib geography/gdal-lib: Add an always-o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8371040a720d
branches:  trunk
changeset: 451626:8371040a720d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Apr 29 13:06:04 2021 +0000

description:
geography/gdal-lib: Add an always-off half option for ODBC

Following a report of build of gdal linking against ODBC, force off
ODBC support so that even if it the lib leaks through buildlink3 it
will not be used.  In theory this could be an option similar to pgsql
and mysql support, and that is left to someone who wants it, if such a
person actually exists.  For now, this is unconditionally the half of
the option that enforces not looking for ODBC.

No PKGREVISION, because the build should not be changing.

diffstat:

 geography/gdal-lib/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 396b292a1733 -r 8371040a720d geography/gdal-lib/options.mk
--- a/geography/gdal-lib/options.mk     Thu Apr 29 11:00:33 2021 +0000
+++ b/geography/gdal-lib/options.mk     Thu Apr 29 13:06:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2020/03/15 21:47:43 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2021/04/29 13:06:04 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gdal-lib
 
@@ -26,3 +26,6 @@
 .else
 CONFIGURE_ARGS+=       --without-mysql
 .endif
+
+# There is no ODBC option, and hence only the "no ODBC" case.
+CONFIGURE_ARGS+=       --without-odbc



Home | Main Index | Thread Index | Old Index