summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-30 10:50:50 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-30 04:58:04 +0200
commitb1f2547699d335287d5f007d108a067eb7a0203d (patch)
tree25258c38891f8792addc5a91febbba5840100002
parentde87f549b75d05a1198c490f6aa5c7e62c3fd4a5 (diff)
downloadsamba-b1f2547699d335287d5f007d108a067eb7a0203d.tar.gz
samba-b1f2547699d335287d5f007d108a067eb7a0203d.tar.bz2
samba-b1f2547699d335287d5f007d108a067eb7a0203d.zip
s3-waf: Add dependency on popt to fix build on FreeBSD
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 94575cd716..143f90a219 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -668,7 +668,7 @@ bld.SAMBA3_LIBRARY('netapi',
RPC_CLIENT_SCHANNEL LIB_SMBCONF REG_SMBCONF TOKEN_UTIL
LIBCLI_SAMR LIBCLI_LSA3 LIBRPCCLI_NETLOGON
RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_INITSHUTDOWN
- INIT_NETLOGON INIT_SAMR''',
+ INIT_NETLOGON INIT_SAMR POPT_SAMBA3''',
public_headers='../source3/lib/netapi/netapi.h',
vnum='0',
vars=locals())