mirror of
https://github.com/samba-team/samba.git
synced 2025-03-25 14:50:24 +03:00
s4-waf: add getaddrinfo.c replacement if needed
This commit is contained in:
parent
4854afcfa1
commit
0a6a808113
@ -314,6 +314,7 @@ def build(bld):
|
||||
if not bld.CONFIG_SET('HAVE_INET_NTOP'): NET_SOURCES.append('inet_ntop.c')
|
||||
if not bld.CONFIG_SET('HAVE_INET_PTON'): NET_SOURCES.append('inet_pton.c')
|
||||
if not bld.CONFIG_SET('HAVE_SOCKETPAIR'): NET_SOURCES.append('socketpair.c')
|
||||
if not bld.CONFIG_SET('HAVE_GETADDRINFO'):NET_SOURCES.append('getaddrinfo.c')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBREPLACE_NETWORK', NET_SOURCES, deps='replace')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user