lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.
authorGünther Deschner <gd@samba.org>
Thu, 3 Mar 2011 16:02:55 +0000 (17:02 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 3 Mar 2011 17:08:30 +0000 (18:08 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar  3 18:08:30 CET 2011 on sn-devel-104

lib/util/wscript_build
source3/wscript_build

index 0468b745462c9b7e1f20ed975e73b9d34c6dd894..e8883a3a8422a07e1b5e73a6c8528c375cbdb06d 100644 (file)
@@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('samba-util-common',
                   genrand.c fsusage.c blocking.c become_daemon.c
                   data_blob.c signal.c system.c params.c util.c util_id.c util_net.c
                   util_strlist.c idtree.c debug.c''',
-                  public_deps='talloc pthread',
+                  public_deps='talloc pthread LIBCRYPTO',
                   # until we get all the dependencies in this library in common
                   # we need to allow this library to be built with unresolved symbols
                   allow_undefined_symbols=True,
@@ -24,7 +24,7 @@ if bld.env._SAMBA_BUILD_ == 4:
                       ms_fnmatch.c parmlist.c substitute.c util_str.c
                       ''',
                       deps='samba-util-common',
-                      public_deps='talloc LIBCRYPTO CHARSET execinfo uid_wrapper',
+                      public_deps='talloc CHARSET execinfo uid_wrapper',
                       public_headers='attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h',
                       header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
                       local_include=False,
index e4511daf3711d8b24ebd7b06ee4a55cb1f23cd98..71670e9ad5d2a521e6d20a8d28d239be0048038c 100644 (file)
@@ -946,7 +946,7 @@ bld.SAMBA3_SUBSYSTEM('CHARSET3',
 
 bld.SAMBA3_SUBSYSTEM('samba-util3',
                     source='',
-                    deps='talloc CHARSET3 LIBCRYPTO samba-util-common')
+                    deps='talloc CHARSET3 samba-util-common')
 
 bld.SAMBA3_SUBSYSTEM('ldb3',
                     source='lib/ldb_compat.c')