Changes between Initial Version and Version 1 of Ticket #2820


Ignore:
Timestamp:
Sep 10, 2020, 11:13:56 AM (4 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2820 – Description

    initial v1  
    11I saw this interesting message in making the deb packages:
    22
    3 ```
     3{{{
    44dpkg-shlibdeps: warning: package could avoid a useless dependency if /tmp/work/build_area/mapguide/mg_deb/debian/mapguidecommon/usr/local/mapguideopensource-4.0.0/lib64/libMgRenderers.so /tmp/work/build_area/mapguide/mg_deb/debian/mapguidecommon/usr/local/mapguideopensource-4.0.0/lib64/libMgRenderers-4.0.0.so were not linked against libjpeg.so.8 (they use none of the library's symbols)
    5 ```
     5}}}
    66
    77If we're linking to libjpeg, we can remove it. If MgRenderers was the only one trying to link to libjpeg, we can also stop finding it as well