external/mariadb-connector-c: ma_bmove_upp is defined twice
commitc0d0e6a25df3ae92d891b21b6cf96a9ab5e8a197
authorStephan Bergmann <sbergman@redhat.com>
Mon, 10 Aug 2020 11:06:02 +0000 (10 13:06 +0200)
committerAndras Timar <andras.timar@collabora.com>
Thu, 4 Nov 2021 11:13:00 +0000 (4 12:13 +0100)
treee97b0996a37b5b2dc5e89de44f7003822b0e9853
parentd53ee720f4279b8133b6e10708d2f07ee133c805
external/mariadb-connector-c: ma_bmove_upp is defined twice

...in UnpackedTarball/mariadb-connector-c/libmariadb/bmove_upp and in
workdir/UnpackedTarball/mariadb-connector-c/libmariadb/ma_stmt_codec.c.  Given
that the first of the two contains nothing but that redundant declaration, lets
drop it from the (hand-curated?) list of included source files.

(I came across this when experimenting with --enable-lto on Linux and
temporarily including static libraries as --whole-archive, which thus caused a
"multiple definition" error when linking StaticLibrary_mariadb-connector-c into
Library_mysqlc.)

Change-Id: I8c5f4de476a4bbd036fd25940cdb44d11954ecc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100427
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
external/mariadb-connector-c/StaticLibrary_mariadb-connector-c.mk