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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/credentials') 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' ) -- cgit