commit: 51127f814eb3390291e1dd5c3359aff71b89e6a4 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Oct 7 16:30:07 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Oct 7 16:30:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51127f81
dev-db/mydumper: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> ...per-0.15-Do-not-overwrite-the-user-CFLAGS.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-db/mydumper/files/mydumper-0.15-Do-not-overwrite-the-user-CFLAGS.patch b/dev-db/mydumper/files/mydumper-0.15-Do-not-overwrite-the-user-CFLAGS.patch deleted file mode 100644 index 5d6ba09a4df4..000000000000 --- a/dev-db/mydumper/files/mydumper-0.15-Do-not-overwrite-the-user-CFLAGS.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 925d052aa05cf7d97fe474d7cf64b8491ced68ae Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <[email protected]> -Date: Sun, 10 Mar 2024 21:17:16 -0400 -Subject: [PATCH] Do not overwrite the user CFLAGS - ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1fbf228..7741aa9 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -39,7 +39,7 @@ if (MARIADB_FOUND AND NOT MARIADB_SSL AND WITH_SSL) - set(WITH_SSL OFF) - endif() - --set(CMAKE_C_FLAGS "-std=gnu99 -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -g -Werror ${MYSQL_CFLAGS}") -+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings -Wextra -Wshadow ${MYSQL_CFLAGS}") - include_directories(${MYDUMPER_SOURCE_DIR} ${MYSQL_INCLUDE_DIR} ${GLIB2_INCLUDE_DIR} ${PCRE_INCLUDE_DIR} ${ZLIB_INCLUDE_DIRS} ) - - OPTION(WITH_ASAN "Build with ASAN" OFF) --- -2.43.2 -
