Skip to content
Snippets Groups Projects
Commit 5e918507 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: special ldflags needed for proj4 executables

parent b65ae15d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,12 @@ if(MSVC)
else()
if(APPLE)
set(PROJ_SB_ENV_CONFIGURE_CMD ${SB_ENV_CONFIGURE_CMD} LDFLAGS=-headerpad_max_install_names)
else()
set(PROJ_SB_ENV_CONFIGURE_CMD ${SB_ENV_CONFIGURE_CMD})
endif()
ExternalProject_Add(PROJ
PREFIX PROJ
URL "http://download.osgeo.org/proj/proj-4.8.0.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment