Differences From Artifact [6023004bc8]:
- File
m4/buildsys.m4
— part of check-in
[48acf8e912]
at
2016-06-27 16:07:09
on branch trunk
— Disable rpath for Android EABI
Android's dynamic linker does not support rpath and issues a warning
when starting a binary linked with rpath. (user: js, size: 7864) [annotate] [blame] [check-ins using]
To Artifact [84c8baccbe]:
- File
m4/buildsys.m4
— part of check-in
[0132db8ec5]
at
2016-07-09 19:58:56
on branch trunk
— Don't match against androideabi*, but android*
On AArch64, it's just -android and not -androideabi. (user: js, size: 7860) [annotate] [blame] [check-ins using]
︙ | |||
170 171 172 173 174 175 176 | 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.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i' UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' CLEAN_LIB='' ;; |
︙ |