The Samba-Bugzilla – Attachment 7473 Details for
Bug 8774
Samba compile fails 'make quicktest', _GLOBAL_OFFSET_TABLE_ linked in multiple libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ignore _GLOBAL_OFFSET_TABLE_
0001-build-ignore-solaris-_GLOBAL_OFFSET_TABLE_-in-duplic.patch (text/plain), 889 bytes, created by
Andrew Bartlett
on 2012-04-23 01:39:57 UTC
(
hide
)
Description:
Patch to ignore _GLOBAL_OFFSET_TABLE_
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2012-04-23 01:39:57 UTC
Size:
889 bytes
patch
obsolete
>From 22d1bdcd3768a4d1e01b431ad7eab0663783c349 Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Mon, 23 Apr 2012 11:37:39 +1000 >Subject: [PATCH] build:ignore solaris _GLOBAL_OFFSET_TABLE_ in duplicate > symbol checker > >--- > buildtools/wafsamba/symbols.py | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/buildtools/wafsamba/symbols.py b/buildtools/wafsamba/symbols.py >index 8775735..c4b5599 100644 >--- a/buildtools/wafsamba/symbols.py >+++ b/buildtools/wafsamba/symbols.py >@@ -592,6 +592,8 @@ def symbols_dupcheck_binary(bld, binname, fail_on_error): > symmap = {} > for libpath in symlist: > for sym in symlist[libpath]['PUBLIC']: >+ if sym == '_GLOBAL_OFFSET_TABLE_': >+ continue > if not sym in symmap: > symmap[sym] = set() > symmap[sym].add(libpath) >-- >1.7.7.6 >
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 8774
: 7473