Overview
Comment: | Fix target for Solaris. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b4c51b43031b743f33300c0a0333ddd7 |
User & Date: | js on 2007-09-24 02:05:48 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
10:38 | Also check target for *-*-cygwin. check-in: e970e34259 user: js tags: trunk | |
02:05 | Fix target for Solaris. check-in: b4c51b4303 user: js tags: trunk | |
2007-09-22
| ||
09:03 | Remove rpath. check-in: 05cddecc40 user: js tags: trunk | |
Changes
Modified m4/sharedlib.m4 from [2e309fb714] to [95460eeb5d].
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + | PLUGIN_CFLAGS='' PLUGIN_LDFLAGS='-bundle -fno-common -flat_namespace -undefined suppress' PLUGIN_SUFFIX='.impl' INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$${i%.dylib}.${LIB_MAJOR}.${LIB_MINOR}.dylib && ${LN_S} -f $${i%.dylib}.${LIB_MAJOR}.${LIB_MINOR}.dylib ${DESTDIR}${libdir}/$${i%.dylib}.${LIB_MAJOR}.dylib && ${LN_S} -f $${i%.dylib}.${LIB_MAJOR}.${LIB_MINOR}.dylib ${DESTDIR}${libdir}/$$i' UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$${i%.dylib}.${LIB_MAJOR}.dylib ${DESTDIR}${libdir}/$${i%.dylib}.${LIB_MAJOR}.${LIB_MINOR}.dylib' CLEAN_LIB='' ;; |
︙ |