]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Link errors3 only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Mon, 23 Jan 2012 11:13:55 +0000 (12:13 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:27 +0000 (11:58 +0100)
source3/wscript_build

index 68960f58627407bde96ca9cc1c9d4dc5152b4ca5..96a5ce3fcfa003d5681799d3a2ce56fc735b81ed 100755 (executable)
@@ -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,