summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-01-27 16:57:46 +1100
committerAmitay Isaacs <amitay@samba.org>2012-01-27 08:33:52 +0100
commit5bdadd15013e69b6e8869386301628611268bf30 (patch)
tree93a862343f1ec894278f2aed7c2e9a34f61b8d20 /source3/wscript_build
parenta9e03337c1dbf13dcab5bf1f825bc1853b61256e (diff)
downloadsamba-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-xsource3/wscript_build2
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())