Overview
Comment: | Remove rpath. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
05cddecc40405f8c44e863c97cc424bb |
User & Date: | js on 2007-09-22 09:03:39 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
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 | |
08:29 | Use ar cr instead of ar cq. check-in: eaccb853ad user: js tags: trunk | |
Changes
Modified m4/sharedlib.m4 from [efe5d5626b] to [2e309fb714].
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + | 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='' ;; *-sun-* | *-openbsd-* | *-mirbsd-*) AC_MSG_RESULT(Solaris) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' |
︙ | |||
81 82 83 84 85 86 87 | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | - + | UNINSTALL_LIB='rm -f ${DESTDIR}${bindir}/$$i ${DESTDIR}${libdir}/$$i.a' CLEAN_LIB='${LIB}.a' ;; *) AC_MSG_RESULT(POSIX) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' |
︙ |