Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 390222 Details for
Bug 530464
dev-db/mariadb fails to compile on multilib x86_64 with systemtap enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set CC before calling the dtrace subprocess
mariadb-dtrace.patch (text/plain), 745 bytes, created by
Andrew John Hughes
on 2014-11-24 20:59:57 UTC
(
hide
)
Description:
Set CC before calling the dtrace subprocess
Filename:
MIME Type:
Creator:
Andrew John Hughes
Created:
2014-11-24 20:59:57 UTC
Size:
745 bytes
patch
obsolete
>--- cmake/dtrace.cmake.old 2014-11-24 19:48:22.927600983 +0000 >+++ cmake/dtrace.cmake 2014-11-24 19:50:00.280908240 +0000 >@@ -117,7 +117,9 @@ > ) > ELSEIF(CMAKE_SYSTEM_NAME MATCHES "Linux") > # dtrace on Linux runs gcc and uses flags from environment >+ SET(CC_SAVED $ENV{CC}) > SET(CFLAGS_SAVED $ENV{CFLAGS}) >+ SET(ENV{CC} "${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_ARG1}") > SET(ENV{CFLAGS} ${CMAKE_C_FLAGS}) > SET(outfile "${CMAKE_BINARY_DIR}/probes_mysql.o") > # Systemtap object >@@ -125,6 +127,7 @@ > COMMAND ${DTRACE} -G -s ${CMAKE_SOURCE_DIR}/include/probes_mysql.d.base > -o ${outfile} > ) >+ SET(ENV{CC} ${CC_SAVED}) > SET(ENV{CFLAGS} ${CFLAGS_SAVED}) > ENDIF() >
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 530464
: 390222