doomlegacy: Build fix for SunOS

Link missing network libraries.
This commit is contained in:
Michael Baeuerle 2020-06-19 11:54:17 +02:00
parent a936fa6e0e
commit 29d134b417
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ MAKE_FLAGS+= OS=MAC
# Other Unix (should work for GNU/Linux, OpenBSD and SunOS)
MAKE_FLAGS+= OS=LINUX
CFLAGS.SunOS+= -DSOLARIS
LDFLAGS.SunOS+= -lresolv
LDFLAGS.SunOS+= -lresolv -lsocket -lnsl
.endif
.if ${MACHINE_ENDIAN} == "big"