From d290e2d188af65db7777898badc306cb82eda86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 7 Jan 2025 08:23:54 +0300 Subject: [PATCH] Revert libproj C++ rename flags --- GitHubActions/build_postgis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHubActions/build_postgis.sh b/GitHubActions/build_postgis.sh index 7c3b50c2..1719569d 100644 --- a/GitHubActions/build_postgis.sh +++ b/GitHubActions/build_postgis.sh @@ -35,6 +35,6 @@ cd postgis echo " - PostGIS directory" export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH ./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config --with-geosconfig=$GEOS_CONFIG_PATH -CFLAGS="$CFLAGS -DPROJ_RENAME_SYMBOLS -O2" +#CFLAGS="$CFLAGS -DPROJ_RENAME_SYMBOLS -O2" # Use C++ renaming for different libproj versions for SpatiaLite and PostGIS make sudo make install