mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
mariadb.inc: use x86 over-ride instead of i586
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
234ab5fb48
commit
f6176c913c
@@ -174,7 +174,7 @@ FILES_libmysqlclient-dbg = "${libdir}/plugin/.debug/ \
|
|||||||
# Avoid warnings about ha_xtradb.so.0.0.0 and ha_innodb_plugin.so.0.0.0
|
# Avoid warnings about ha_xtradb.so.0.0.0 and ha_innodb_plugin.so.0.0.0
|
||||||
# which are intentionally non-PIC on 32-bit x86 (see e.g.
|
# which are intentionally non-PIC on 32-bit x86 (see e.g.
|
||||||
# storage/xtradb/plug.in in the source)
|
# storage/xtradb/plug.in in the source)
|
||||||
INSANE_SKIP_libmysqlclient_append_i586 = " textrel"
|
INSANE_SKIP_libmysqlclient_append_x86 = " textrel"
|
||||||
|
|
||||||
FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*"
|
FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*"
|
||||||
FILES_libmysqlclient-r-dev = "\
|
FILES_libmysqlclient-r-dev = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user