buildtools: private_libraries should not have a version in the soname
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Dec 2010 11:40:19 +0000 (12:40 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Dec 2010 15:11:49 +0000 (16:11 +0100)
metze

buildtools/wafsamba/wafsamba.py

index bf03973f88a0ebe780779bb274602927701d57e1..e7a23fb169a4b5edfafc6f80bcb9c60516d57d1f 100644 (file)
@@ -195,7 +195,7 @@ def SAMBA_LIBRARY(bld, libname, source,
         if vnum:
             Logs.error("vnum is invalid for private libraries")
             sys.exit(1)
-        vnum = Utils.g_module.VERSION.split(".")[0]
+        vnum = None
         version = "%s_%s" % (Utils.g_module.APPNAME, Utils.g_module.VERSION)
     else:
         version = "%s_%s" % (Utils.g_module.APPNAME, Utils.g_module.VERSION.split(".")[0])