Overview
Comment: | Don't use --timestamp=none with codesign
It is unsupported on macOS 10.5. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f123f063df5e356faee441d06724c32b |
User & Date: | js on 2020-09-27 03:36:15 |
Other Links: | manifest | tags |
Context
2020-10-02
| ||
23:32 | Add AC_SUBST for FRAMEWORK_LIBS check-in: 558c812e4b user: js tags: trunk | |
2020-09-27
| ||
03:36 | Don't use --timestamp=none with codesign check-in: f123f063df user: js tags: trunk | |
2020-08-29
| ||
14:24 | Move m4 to build-aux, update example configure.ac check-in: 540c37570d user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [4ea263de35] to [0dd86557eb].
︙ | |||
187 188 189 190 191 192 193 | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | - + | else \ ${LINK_FAILED}; \ fi ${FRAMEWORK} ${FRAMEWORK_NOINST}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_EXTRA} ${LINK_STATUS} out="$@"; \ |
︙ |