Overview
Comment: | Better naming for shared library systems |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cce8f132a5de21801a2b8f753e29d765 |
User & Date: | js on 2014-05-25 11:28:38 |
Other Links: | manifest | tags |
Context
2014-05-25
| ||
11:29 | Order shared library systems alphabetically check-in: 2fc58c7bfd user: js tags: trunk | |
11:28 | Better naming for shared library systems check-in: cce8f132a5 user: js tags: trunk | |
2014-05-15
| ||
15:52 | @rpath is not even needed as install_name check-in: be6fab977d user: js tags: trunk | |
Changes
Modified m4/buildsys.m4 from [b446dc0e74] to [c066cbd390].
︙ | |||
155 156 157 158 159 160 161 | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | - - + + - + | PLUGIN_CFLAGS='-fPIC -DPIC' PLUGIN_LDFLAGS='-shared' PLUGIN_SUFFIX='.so' INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i' UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i' CLEAN_LIB='' ;; |
︙ |