Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 Nov 2011 16:29:10 +0000 (17:29 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Nov 2011 17:06:06 +0000 (18:06 +0100)
buildtools/wafsamba/wafsamba.py

index 9318e3e330bcdde55eac14f0de5fa5d6ed668f35..0d9ad74402e719f3eb828277a30c3de371d8a32a 100644 (file)
@@ -179,7 +179,6 @@ def SAMBA_LIBRARY(bld, libname, source,
                         pyembed        = pyembed,
                         pyext          = pyext,
                         local_include  = local_include,
-                        allow_undefined_symbols = allow_undefined_symbols,
                         global_include = global_include)
 
     if BUILTIN_LIBRARY(bld, libname):
@@ -497,7 +496,6 @@ def SAMBA_SUBSYSTEM(bld, modname, source,
                     subdir=None,
                     hide_symbols=False,
                     pyext=False,
-                    allow_undefined_symbols=False,
                     pyembed=False):
     '''define a Samba subsystem'''
 
@@ -542,7 +540,6 @@ def SAMBA_SUBSYSTEM(bld, modname, source,
         samba_subsystem= subsystem_name,
         samba_use_hostcc = use_hostcc,
         samba_use_global_deps = use_global_deps,
-        allow_undefined_symbols=allow_undefined_symbols,
         )
 
     if cflags_end is not None: