diff options
author | Amitay Isaacs <amitay@gmail.com> | 2012-01-27 16:57:46 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2012-01-27 08:33:52 +0100 |
commit | 5bdadd15013e69b6e8869386301628611268bf30 (patch) | |
tree | 93a862343f1ec894278f2aed7c2e9a34f61b8d20 /source3/wscript_build | |
parent | a9e03337c1dbf13dcab5bf1f825bc1853b61256e (diff) | |
download | samba-5bdadd15013e69b6e8869386301628611268bf30.tar.gz samba-5bdadd15013e69b6e8869386301628611268bf30.tar.bz2 samba-5bdadd15013e69b6e8869386301628611268bf30.zip |
build: Add missing dependencies on popt
This fixes compilation issues on freebsd where system popt is installed
under /usr/local.
Autobuild-User: Amitay Isaacs <amitay@samba.org>
Autobuild-Date: Fri Jan 27 08:33:52 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 5adc2a1edc..7ae60be30e 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -643,6 +643,7 @@ bld.SAMBA3_LIBRARY('netapi', source=LIBNETAPI_SRC, public_deps=''' talloc + popt msrpc3 ads NDR_LIBNETAPI @@ -1414,6 +1415,7 @@ bld.SAMBA3_BINARY('smbget', source=SMBGET_SRC, deps=''' talloc + popt smbclient''', vars=locals()) |