diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 13:22:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 06:32:59 +0200 |
commit | dc6ab33f2cd036de713094552840ecc9b7563080 (patch) | |
tree | 99f42f862509de3d12df238fc89f09c16955e7c3 /source3/wscript_build | |
parent | 0ddafeba6968759d290ee0489c5b2bf4108c8aef (diff) | |
download | samba-dc6ab33f2cd036de713094552840ecc9b7563080.tar.gz samba-dc6ab33f2cd036de713094552840ecc9b7563080.tar.xz 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
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
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', |