From 13f8674a15a30816ea7d00eed333f18bcf59e4d4 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 10 Aug 2012 11:37:28 +0200 Subject: build: rename security → samba-security MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit there is a libsecurity on OSF1 which clasheѕ with our security lib. see bug #9023. Signed-off-by: Stefan Metzmacher Autobuild-User(master): Björn Jacke Autobuild-Date(master): Fri Aug 10 14:22:21 CEST 2012 on sn-devel-104 --- auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index 01948151a1..57f12702cb 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('auth_sam_reply', source='auth_sam_reply.c', - deps='talloc security samba-util', + deps='talloc samba-security samba-util', autoproto='auth_sam_reply.h', private_library=True ) -- cgit