From fc3ecc2a812235fce1a4cdc7dc3338507150e8c7 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 13 Mar 2016 12:57:03 +0000 Subject: Fix compilation on SunOS This came up when I was testing if building on SunOS still works on the buildbot's instance of OmniOS r151014 which is based on illumos. The fix is - to link against libnsl - a small C type fix in ich_descriptor_tool Corresponding to flashrom svn r1950. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 927105d4..f94ec7bf 100644 --- a/Makefile +++ b/Makefile @@ -926,7 +926,7 @@ endif ifneq ($(NEED_POSIX_SOCKETS), ) ifeq ($(TARGET_OS), SunOS) -LIBS += -lsocket +LIBS += -lsocket -lnsl endif endif -- cgit v1.2.3