buildtools: prefix the private symbol namespaces with PRIVATE_
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Dec 2010 15:39:13 +0000 (16:39 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 Dec 2010 12:22:38 +0000 (13:22 +0100)
metze

buildtools/wafsamba/wafsamba.py

index 7fbb345e324a07c170a92c842fbfc51de29af50f..b00908eb23cf247cef5cd70a23b59605755776ea 100644 (file)
@@ -205,7 +205,7 @@ def SAMBA_LIBRARY(bld, libname, source,
     if bld.env.HAVE_LD_VERSION_SCRIPT:
         vscript = "%s.vscript" % libname
         if private_library:
-            version = "%s_%s" % (Utils.g_module.APPNAME, Utils.g_module.VERSION)
+            version = "PRIVATE_%s_%s" % (Utils.g_module.APPNAME, Utils.g_module.VERSION)
             vscript_abi_directory = None
         elif vnum:
             version = "%s_%s" % (libname, vnum)