[mapguide-commits] r10102 - branches/4.0/MgDev/Server/src/Services/Resource
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Aug 23 02:48:09 PDT 2024
Author: jng
Date: 2024-08-23 02:48:08 -0700 (Fri, 23 Aug 2024)
New Revision: 10102
Modified:
branches/4.0/MgDev/Server/src/Services/Resource/CMakeLists.txt
Log:
Fix link order that could result in unresolved zlib symbols if coming from a static zlib
Modified: branches/4.0/MgDev/Server/src/Services/Resource/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Server/src/Services/Resource/CMakeLists.txt 2024-08-23 09:46:28 UTC (rev 10101)
+++ branches/4.0/MgDev/Server/src/Services/Resource/CMakeLists.txt 2024-08-23 09:48:08 UTC (rev 10102)
@@ -38,10 +38,11 @@
${XQILLA_LIBRARY}
${XERCESC_LIBRARIES}
-Wl,--exclude-libs,ALL
+ minizip
${ZLIB_LIBRARY}
- minizip
MgSecurity${MG_VERSION_SUFFIX}
)
+
install(TARGETS MgServerResourceService${MG_VERSION_SUFFIX} DESTINATION ${LIB_INSTALL_DIR} COMPONENT ${MG_COMPONENT})
install_symlink(libMgServerResourceService${MG_VERSION_SUFFIX}.so libMgServerResourceService.so ${MG_COMPONENT})
More information about the mapguide-commits
mailing list