Control: tags 1066768 + patch Control: tags 1066768 + pending Dear maintainer,
I've prepared an NMU for libgda5 (versioned as 5.2.10-4.1) and uploaded it to unstable. Regards. -- WBR, wRAR
diff -Nru libgda5-5.2.10/debian/changelog libgda5-5.2.10/debian/changelog --- libgda5-5.2.10/debian/changelog 2024-02-29 07:28:17.000000000 +0500 +++ libgda5-5.2.10/debian/changelog 2024-03-23 16:10:52.000000000 +0500 @@ -1,3 +1,11 @@ +libgda5 (5.2.10-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix MySQL detection by configure with + -Werror=implicit-function-declaration (Closes: #1066768). + + -- Andrey Rakhmatullin <w...@debian.org> Sat, 23 Mar 2024 16:10:52 +0500 + libgda5 (5.2.10-4) unstable; urgency=medium * Bump debhelper from old 12 to 13 diff -Nru libgda5-5.2.10/debian/patches/fix-mysql-detection.patch libgda5-5.2.10/debian/patches/fix-mysql-detection.patch --- libgda5-5.2.10/debian/patches/fix-mysql-detection.patch 1970-01-01 05:00:00.000000000 +0500 +++ libgda5-5.2.10/debian/patches/fix-mysql-detection.patch 2024-03-23 16:04:50.000000000 +0500 @@ -0,0 +1,15 @@ +Description: Fix MySQL detection with -Werror=implicit-function-declaration +Author: Andrey Rakhmatullin <w...@debian.org> +Bug-Debian: https://bugs.debian.org/1066768 +Last-Update: 2024-03-23 + +--- libgda5-5.2.10.orig/m4/mysql.m4 ++++ libgda5-5.2.10/m4/mysql.m4 +@@ -176,6 +176,7 @@ int main() { + LIBS="$LIBS $MYSQL_LIBS" + + AC_LINK_IFELSE([AC_LANG_SOURCE([ ++#include <stdio.h> + #include <mysql.h> + int main() { + printf("%p", mysql_real_connect); diff -Nru libgda5-5.2.10/debian/patches/series libgda5-5.2.10/debian/patches/series --- libgda5-5.2.10/debian/patches/series 2024-02-29 07:28:17.000000000 +0500 +++ libgda5-5.2.10/debian/patches/series 2024-03-23 16:04:09.000000000 +0500 @@ -1,3 +1,4 @@ 01-link-sqlite-provider-against-sqlite3.patch don-t-install-jquery.patch MySQL-bool-is-here-again.patch +fix-mysql-detection.patch
signature.asc
Description: PGP signature