summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-05-21 13:19:56 +0200
committerPetr Mladek <pmladek@suse.cz>2012-05-23 14:42:05 +0200
commit34222af48299fa1716785381b99df2520f401fd9 (patch)
tree6f314ab4f9bbedda4e6f2040e4dc0e97668159d5 /solenv
parent7cbaadc92f797ac718d9c49036796b4047683ca9 (diff)
don't let the Mac/PPC linker complain when the symbol isn't used
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/addsym.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/addsym.awk b/solenv/bin/addsym.awk
index a9e64fb9d26d..181a077ef19f 100644
--- a/solenv/bin/addsym.awk
+++ b/solenv/bin/addsym.awk
@@ -43,7 +43,7 @@ END {
print "GLIBCXX_3.4 {"
print "global:"
print "_ZGVNSt7num_put*; _ZNSt7num_put*;"
- print "_ZNSs4_Rep20_S_empty_rep_storageE;"
+ print "_ZNSs4_Rep20_S_empty_rep_storageE*;"
print "};"
}
state == 2 {