-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove AEC shared libs. These interfere with the static linkage of GDAL, breaking the build. * Update GDAL to 3.4.2. * Update GEOS to 3.10.2. Also add an update script to make updating easier. * Add additional GDAL URL. * Add GDAL patch. This is a temporary workaround for OSGeo/gdal#4815. * Update README.md.
- Loading branch information
Attila Oláh
authored
Mar 30, 2022
1 parent
b576bb3
commit ec20f2f
Showing
6 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- configure | ||
+++ configure | ||
@@ -38844,7 +38844,7 @@ | ||
|
||
HAVE_GEOS="no" | ||
|
||
- GEOS_LIBS="`${GEOS_CONFIG} --ldflags` -lgeos_c" | ||
+ GEOS_LIBS="`${GEOS_CONFIG} --static-clibs`" | ||
GEOS_CFLAGS="`${GEOS_CONFIG} --cflags`" | ||
GEOS_VERSION="`${GEOS_CONFIG} --version`" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters