summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-24 13:22:11 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-24 06:32:59 +0200
commitdc6ab33f2cd036de713094552840ecc9b7563080 (patch)
tree99f42f862509de3d12df238fc89f09c16955e7c3
parent0ddafeba6968759d290ee0489c5b2bf4108c8aef (diff)
downloadsamba-dc6ab33f2cd036de713094552840ecc9b7563080.tar.gz
samba-dc6ab33f2cd036de713094552840ecc9b7563080.tar.bz2
samba-dc6ab33f2cd036de713094552840ecc9b7563080.zip
s3-build Add dep on popt to fix FreeBSD build
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 24 06:32:59 CEST 2011 on sn-devel-104
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 624fcc8a73..5563b3a4e9 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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',