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/credentials/wscript_build | 2 +- auth/wscript_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'auth') diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build index 0b2aec2189..06d58a77b2 100755 --- a/auth/credentials/wscript_build +++ b/auth/credentials/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba-credentials', autoproto='credentials_proto.h', public_headers='credentials.h', pc_files='samba-credentials.pc', - deps='LIBCRYPTO errors events LIBCLI_AUTH security CREDENTIALS_SECRETS CREDENTIALS_KRB5', + deps='LIBCRYPTO errors events LIBCLI_AUTH samba-security CREDENTIALS_SECRETS CREDENTIALS_KRB5', vnum='0.0.1' ) 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