Overview
Comment: | Don't use -install_name anymore, it's better to use rpath instead. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
32f2d909a6b5c78dead7a32eb46785a8 |
User & Date: | js on 2009-11-09 19:36:06 |
Other Links: | manifest | tags |
Context
2009-11-15
| ||
00:56 | Use -undefined suppress only for plugins. check-in: 5bc0937e72 user: js tags: trunk | |
2009-11-09
| ||
19:36 | Don't use -install_name anymore, it's better to use rpath instead. check-in: 32f2d909a6 user: js tags: trunk | |
2009-11-03
| ||
15:55 | Add support for compiling Objective C++. check-in: 47afbbecd1 user: js tags: trunk | |
Changes
Modified m4/buildsys.m4 from [c2b52df991] to [beafad882f].
︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | - + + | AC_REQUIRE([AC_CANONICAL_HOST]) AC_MSG_CHECKING(for shared library system) case "$host" in *-apple-*) AC_MSG_RESULT(Mac OS X) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' |
︙ |