Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-db/mysql: fix compilation when tmpdir not accessible by portage #28085

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions dev-db/mysql/files/mysql-8.0.31-build-tmpdir-nodefault.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
https://bugs.gentoo.org/878951
--- a/cmake/info_macros.cmake.in 2022-09-13 12:15:16.000000000 -0400
+++ b/cmake/info_macros.cmake.in 2022-11-01 00:12:06.270464679 -0400
@@ -175,7 +175,7 @@
IF(HAVE_BUILD_ID_SUPPORT AND NOT WITHOUT_SERVER)
FILE(APPEND ${INFO_BIN} "\n===== BUILD ID =====\n")
EXECUTE_PROCESS(COMMAND
- ${MYSQLD_EXECUTABLE} --help
+ ${MYSQLD_EXECUTABLE} --no-defaults --help
OUTPUT_VARIABLE mysqld_help
RESULT_VARIABLE mysqld_help_result
ERROR_VARIABLE mysqld_help_error