Overview
Comment: | Remove --timestamp=none from codesign for plugins
This was overlooked when removing --timestamp=none. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2cc751b1a02528903d0bc37aff9d799c |
User & Date: | js on 2023-09-10 23:00:44 |
Other Links: | manifest | tags |
Context
2023-09-10
| ||
23:30 | Create .frameworks for macOS and iOS differently check-in: 5abbdc7a0a user: js tags: trunk | |
23:00 | Remove --timestamp=none from codesign for plugins check-in: 2cc751b1a0 user: js tags: trunk | |
22:46 | Wrap long lines check-in: 0815676e2c user: js tags: trunk | |
Changes
Modified build-aux/m4/buildsys.m4 from [f8e7a9665b] to [9c2e5f90a3].
︙ | |||
343 344 345 346 347 348 349 | 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 | - + - + | case "$host" in *-*-darwin*) AC_MSG_RESULT(Darwin) PLUGIN_CFLAGS='-fPIC -DPIC' PLUGIN_LDFLAGS='-bundle ${PLUGIN_LDFLAGS_BUNDLE_LOADER}' PLUGIN_SUFFIX='.bundle' AS_IF([test x"$host_is_ios" = x"yes"], [ |
︙ |