pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Apr 29 13:06:04 UTC 2021

Modified Files:
        pkgsrc/geography/gdal-lib: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/gdal-lib/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/options.mk
diff -u pkgsrc/geography/gdal-lib/options.mk:1.5 pkgsrc/geography/gdal-lib/options.mk:1.6
--- pkgsrc/geography/gdal-lib/options.mk:1.5    Sun Mar 15 21:47:43 2020
+++ pkgsrc/geography/gdal-lib/options.mk        Thu Apr 29 13:06:04 2021
@@ -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 @@ CONFIGURE_ARGS+=      --with-mysql
 .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