[mapguide-commits] r10101 - branches/4.0/MgDev/Common/Renderers
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Aug 23 02:46:30 PDT 2024
Author: jng
Date: 2024-08-23 02:46:28 -0700 (Fri, 23 Aug 2024)
New Revision: 10101
Modified:
branches/4.0/MgDev/Common/Renderers/CMakeLists.txt
Log:
#2820: Restore libjpeg link for MgRenderers. This is needed if we're linking against static libgd. However by putting this underneath the --exclude-libs,ALL section, these symbols should still ultimately be hidden from dpkg-shlibdeps, meaning the original problem should still be addressed
Modified: branches/4.0/MgDev/Common/Renderers/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Common/Renderers/CMakeLists.txt 2024-08-20 12:00:11 UTC (rev 10100)
+++ branches/4.0/MgDev/Common/Renderers/CMakeLists.txt 2024-08-23 09:46:28 UTC (rev 10101)
@@ -58,6 +58,7 @@
-Wl,--exclude-libs,ALL
${GD_LIBRARY}
${FREETYPE_LIBRARY}
+ ${JPEG_LIBRARY}
${PNG_LIBRARY}
${AGG_LIBRARY}
dwfcore-1.7.0
More information about the mapguide-commits
mailing list