The Samba-Bugzilla – Attachment 10577 Details for
Bug 11031
-fvisibility=hidden causes Text relocation errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for -fvisibility=hidden
patch.gccfix (text/plain), 579 bytes, created by
Tom Schulz
on 2015-01-05 18:32:40 UTC
(
hide
)
Description:
patch for -fvisibility=hidden
Filename:
MIME Type:
Creator:
Tom Schulz
Created:
2015-01-05 18:32:40 UTC
Size:
579 bytes
patch
obsolete
>--- a/lib/replace/wscript Mon Sep 8 05:26:14 2014 >+++ b/lib/replace/wscript Thu Sep 11 11:39:14 2014 >@@ -569,7 +569,7 @@ > execute=True, > mandatory=True) # lets see if we get a mandatory failure for this one > >- if conf.CHECK_CFLAGS('-fvisibility=hidden'): >+ if conf.CHECK_CFLAGS(['-fvisibility=hidden', '-Werror=attributes']): > conf.env.VISIBILITY_CFLAGS = '-fvisibility=hidden' > conf.CHECK_CODE('''void vis_foo1(void) {} > __attribute__((visibility("default"))) void vis_foo2(void) {}''',
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 Raw
Actions:
View
Attachments on
bug 11031
: 10577