Differences From Artifact [c43c49a12f]:
- File m4/buildsys.m4 — part of check-in [f9207c957a] at 2018-02-07 21:05:21 on branch trunk — Build plugins as proper .bundles (user: js, size: 11979) [annotate] [blame] [check-ins using]
To Artifact [6cb351ed9d]:
- File
m4/buildsys.m4
— part of check-in
[67f93e1ed7]
at
2018-02-07 22:38:16
on branch trunk
— Remove deprecated -undefined dynamic_lookup
Instead, use ${PLUGIN_LDFLAGS_BUNDLE_LOADER} when building a .bundle,
which can then be set to -bundle_loader path_to_executable. (user: js, size: 11985) [annotate] [blame] [check-ins using]
︙ | |||
175 176 177 178 179 180 181 | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | - + | LIB_CFLAGS='-fPIC -DPIC' LIB_LDFLAGS='-dynamiclib -current_version ${LIB_MAJOR}.${LIB_MINOR} -compatibility_version ${LIB_MAJOR}' LIB_LDFLAGS_INSTALL_NAME='-Wl,-install_name,${libdir}/$${out%.dylib}.${LIB_MAJOR}.dylib' LIB_PREFIX='lib' LIB_SUFFIX='.dylib' LDFLAGS_RPATH='-Wl,-rpath,${libdir}' PLUGIN_CFLAGS='-fPIC -DPIC' |
︙ |