mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
Add inet_pton emulation for platforms that lack it. Only support IPv4 at
this point. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@582 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7050dbfdae
commit
adad7dc672
5 changed files with 80 additions and 1 deletions
|
|
@ -601,6 +601,7 @@ libprotocol_simple_la_LIBADD = $(AM_LIBADD) libpolypcore.la libsocket-server.la
|
|||
|
||||
libsocket_server_la_SOURCES = \
|
||||
polypcore/inet_ntop.c polypcore/inet_ntop.h \
|
||||
polypcore/inet_pton.c polypcore/inet_pton.h \
|
||||
polypcore/socket-server.c polypcore/socket-server.h
|
||||
libsocket_server_la_LDFLAGS = -avoid-version
|
||||
libsocket_server_la_LIBADD = $(AM_LIBADD) libpolypcore.la libiochannel.la libsocket-util.la $(LIBWRAP_LIBS) $(WINSOCK_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue