From 875d9b8098884c196dc1ec95ca70a772aece6610 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Mar 2011 17:02:55 +0100 Subject: lib/util: LIBCRYPTO is in common already, so add it to samba-util-common. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Mar 3 18:08:30 CET 2011 on sn-devel-104 --- lib/util/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 0468b74546..e8883a3a84 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -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, -- cgit