From: Andreas Schneider Date: Mon, 23 Jan 2012 11:13:55 +0000 (+0100) Subject: s3-waf: Link errors3 only against needed subsystems. X-Git-Tag: tevent-0.9.15~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f83efa73aacd60b037d139f9c22bc46d51085e48;p=thirdparty%2Fsamba.git s3-waf: Link errors3 only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 68960f58627..96a5ce3fcfa 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1144,7 +1144,7 @@ bld.SAMBA3_LIBRARY('CHARSET3', bld.SAMBA3_SUBSYSTEM('errors3', source='libsmb/errormap.c libsmb/smberr.c lib/errmap_unix.c', - deps='errors gssapi') + deps='errors') bld.SAMBA3_SUBSYSTEM('LIBCLI_SAMR', source=LIBCLI_SAMR_SRC,