[mapserver-commits] [mapserver/mapserver] 5be276: Fix Undefined symbols compile error on macOS.

Even Rouault noreply at github.com
Fri Aug 23 08:36:23 PDT 2019


  Branch: refs/heads/branch-7-4
  Home:   https://github.com/mapserver/mapserver
  Commit: 5be27642a63b8ad238514244e7a58cf55bfed154
      https://github.com/mapserver/mapserver/commit/5be27642a63b8ad238514244e7a58cf55bfed154
  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: 379eaccef29614d05dbca5277330cc11a636ba6f
      https://github.com/mapserver/mapserver/commit/379eaccef29614d05dbca5277330cc11a636ba6f
  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 #5849 from mapserver/backport-5845-to-branch-7-4

[Backport branch-7-4] Fix Undefined symbols compile error on macOS.


Compare: https://github.com/mapserver/mapserver/compare/cdde55630877...379eaccef296


More information about the mapserver-commits mailing list