From 57f2f1d72a70a80e61a2ed6f1abc63a177a590ab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Dec 2010 21:58:20 +1100 Subject: waf: remove the restriction that private libraries must not have a vnum we need the vnum for ABI checking for public libraries built as private libraries when bundled Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Dec 9 12:47:41 CET 2010 on sn-devel-104 --- buildtools/wafsamba/wafsamba.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'buildtools') diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 2c6f4b7883..fb68531353 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -191,11 +191,6 @@ def SAMBA_LIBRARY(bld, libname, source, ldflags = TO_LIST(ldflags) - if private_library: - if vnum: - Logs.error("vnum is invalid for private libraries") - sys.exit(1) - features = 'cc cshlib symlink_lib install_lib' if target_type == 'PYTHON': features += ' pyext' -- cgit