summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-05-21 13:19:56 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-05-21 13:19:56 +0200
commit9b72a692ee3ef3381a0881ead4afa5bd73fff776 (patch)
tree604d7036ae08d69b2ffbf7c8a3ce7feba60ca3fa /solenv
parent93a90946576202435d87e92a8a542c606baac97f (diff)
don't let the Mac/PPC linker complain when the symbol isn't used
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 {