[Libreoffice-commits] .: solenv/bin

Christian Lohmaier cloph at kemper.freedesktop.org
Mon May 21 04:20:40 PDT 2012


 solenv/bin/addsym.awk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b72a692ee3ef3381a0881ead4afa5bd73fff776
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon May 21 13:19:56 2012 +0200

    don't let the Mac/PPC linker complain when the symbol isn't used

diff --git a/solenv/bin/addsym.awk b/solenv/bin/addsym.awk
index a9e64fb..181a077 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 {


More information about the Libreoffice-commits mailing list