Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 582490 Details for
Bug 688482
dev-db/mariadb-10.4.6 fails to build: fatal error: mysql/service_sha2.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix "mysql/service_sha2.h: No such file or directory"
include_fix.patch (text/plain), 561 bytes, created by
Bernd Feige
on 2019-07-11 08:26:50 UTC
(
hide
)
Description:
Fix "mysql/service_sha2.h: No such file or directory"
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2019-07-11 08:26:50 UTC
Size:
561 bytes
patch
obsolete
>Index: /var/tmp/portage/dev-db/mariadb-10.4.6/work/mysql/CMakeLists.txt >=================================================================== >--- .orig/mysql/CMakeLists.txt >+++ mysql/CMakeLists.txt >@@ -358,7 +358,7 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H) > IF(_FILE_OFFSET_BITS) > ADD_DEFINITIONS(-D_FILE_OFFSET_BITS=${_FILE_OFFSET_BITS}) > ENDIF() >-INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/include) >+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_BINARY_DIR}/include) > > # Add bundled or system zlib. > MYSQL_CHECK_ZLIB_WITH_COMPRESS()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 688482
:
580450
|
580452
| 582490