Path to this page:
Subject: CVS commit: pkgsrc/geography/gdal-lib
From: Greg Troxel
Date: 2019-03-08 21:23:23
Message id: 20190308202324.4663CFB16@cvs.NetBSD.org
Log Message:
geography/gdal-lib: Explicitly request proj use
Without an explicit request, configure says that proj is "dynamic" and
I can't tell if it is used. With the request, configure says that
proj is "static" and then the build proceeds to dynamically link proj
in the normal manner.
It is possible that gdal operations will behave differently now, if
reference system transformations were skipped before.
Files: