The Samba-Bugzilla – Attachment 10283 Details for
Bug 10261
Text relocation remains referenced
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to correctly check for fvisibility=hidden
patch.gccfix (text/plain), 579 bytes, created by
Tom Schulz
on 2014-09-11 17:44:41 UTC
(
hide
)
Description:
Patch to correctly check for fvisibility=hidden
Filename:
MIME Type:
Creator:
Tom Schulz
Created:
2014-09-11 17:44:41 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 10261
:
9405
| 10283