Skip to content

Commit

Permalink
Revert libproj C++ rename flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Jan 7, 2025
1 parent b6f05a6 commit d290e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitHubActions/build_postgis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d290e2d

Please sign in to comment.