Overview
Comment: | Also check target for *-*-cygwin. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e970e34259dc1c2fd5a74d5dc591e799 |
User & Date: | js on 2007-09-24 10:38:39 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
10:40 | s/MinGW32/Win32/ check-in: 52b37aef75 user: js tags: trunk | |
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 | |
Changes
Modified m4/sharedlib.m4 from [95460eeb5d] to [31b9238a37].
︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - + | PLUGIN_CFLAGS='-fPIC' PLUGIN_LDFLAGS='-shared -fPIC' PLUGIN_SUFFIX='.so' INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i' UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' CLEAN_LIB='' ;; |
︙ |