]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
util: Add tini to samba-util-core
authorAmitay Isaacs <amitay@gmail.com>
Mon, 26 Mar 2018 04:04:12 +0000 (15:04 +1100)
committerMartin Schwenke <martins@samba.org>
Sat, 12 May 2018 10:06:28 +0000 (12:06 +0200)
So it can be used by CTDB.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/util/wscript_build

index deed2b0b57db9e632248ae25b718045d650d77e8..ded91f67d9fbb7754f1e136a16ecbd4fa1687d47 100644 (file)
@@ -74,7 +74,7 @@ bld.SAMBA_SUBSYSTEM('samba-util-core',
                               strv_util.c bitmap.c select.c pidfile.c
                               become_daemon.c mkdir_p.c''',
                     deps='''time-basic samba-debug socket-blocking talloc
-                            tevent execinfo pthread strv''',
+                            tevent execinfo pthread strv tini''',
                     public_deps='systemd systemd-daemon',
                     local_include=False)
 
@@ -124,7 +124,7 @@ else:
                     util_str.c util_str_common.c ms_fnmatch.c
                     server_id.c dprintf.c
                     tevent_debug.c memcache.c unix_match.c tfork.c''',
-                  deps='samba-util-core DYNCONFIG close-low-fd tini tiniparser genrand util_str_hex',
+                  deps='samba-util-core DYNCONFIG close-low-fd tiniparser genrand util_str_hex',
                   public_deps='talloc tevent execinfo pthread LIBCRYPTO charset util_setid',
                   public_headers='debug.h attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h string_wrappers.h idtree.h idtree_random.h blocking.h signal.h substitute.h fault.h genrand.h tfork.h',
                   header_path= [ ('dlinklist.h samba_util.h', '.'), ('*', 'util') ],