s3-build Add dep on popt to fix FreeBSD build
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 Jun 2011 03:22:11 +0000 (13:22 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 24 Jun 2011 04:32:59 +0000 (06:32 +0200)
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Jun 24 06:32:59 CEST 2011 on sn-devel-104

source3/wscript_build

index 624fcc8a7323455b339b00f05c6bc5ad52b111e7..5563b3a4e917481a39ded6ab7634602596c2873d 100755 (executable)
@@ -778,7 +778,7 @@ bld.SAMBA3_LIBRARY('POPT_SAMBA3',
 
 bld.SAMBA3_LIBRARY('UTIL_CMDLINE',
                    source='lib/util_cmdline.c',
-                   deps='SECRETS3',
+                   deps='SECRETS3 popt',
                    private_library=True)
 
 bld.SAMBA3_SUBSYSTEM('KRBCLIENT',