summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-12 12:23:35 +0200
committerAndrew Tridgell <tridge@samba.org>2011-06-06 12:26:09 +1000
commit2fc11518b7573bce3cdf2f2acf7dec024f22e9c6 (patch)
treea0e88502838d63b17838c29d5db1a4e152cdd4b0 /source4/lib/socket/wscript_build
parent13ac91d9a1e695aa5b4147bc13c728eb1cb562e8 (diff)
downloadsamba-2fc11518b7573bce3cdf2f2acf7dec024f22e9c6.tar.gz
samba-2fc11518b7573bce3cdf2f2acf7dec024f22e9c6.tar.xz
samba-2fc11518b7573bce3cdf2f2acf7dec024f22e9c6.zip
s4-ipv6: added iface_list_wildcard()
this returns a list of wildcard address to listen on, when we don't have 'bind interfaces only' set. It is a list, not a single address, we need to listen separately for the IPv6 "::" address from the IPv4 0.0.0.0 address. This also takes account of the loadparm "socket address" option
Diffstat (limited to 'source4/lib/socket/wscript_build')
-rw-r--r--source4/lib/socket/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build
index fa497335fb8..c10970d17aa 100644
--- a/source4/lib/socket/wscript_build
+++ b/source4/lib/socket/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_LIBRARY('netif',
source='interface.c',
- deps='samba-util interfaces',
+ deps='samba-util interfaces samba-hostconfig',
private_library=True,
autoproto='netif_proto.h'
)