[mapserver-commits] [mapserver/mapserver] 02b6aa: Fix Undefined symbols compile error on macOS.

Even Rouault noreply at github.com
Fri Aug 23 07:17:00 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 02b6aa398ae6b0700922bd43c98fde4e02b725e6
      https://github.com/mapserver/mapserver/commit/02b6aa398ae6b0700922bd43c98fde4e02b725e6
  Author: offroad-bis <46467576+offroad-bis at users.noreply.github.com>
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
    M mapscript/phpng/CMakeLists.txt

  Log Message:
  -----------
  Fix Undefined symbols compile error on macOS.

Added block of code defining -undefined dynamic_lookup for a LINK_FLAG to fix Undefined symbols for architecture x86_64: error when compiling.  Code block was taken directly from the CMakeLists.txt file located in the mapscript/php directory.


  Commit: 37fa8e0d0fa9c09dc380c923a009aebd66471767
      https://github.com/mapserver/mapserver/commit/37fa8e0d0fa9c09dc380c923a009aebd66471767
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2019-08-23 (Fri, 23 Aug 2019)

  Changed paths:
    M mapscript/phpng/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #5845 from offroad-bis/master

Fix Undefined symbols compile error on macOS.


Compare: https://github.com/mapserver/mapserver/compare/b1828e156348...37fa8e0d0fa9


More information about the mapserver-commits mailing list