From 7a82b7c0fd619a3a815e1bbf2fe20cc23bdcf653 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 23 Nov 2015 02:07:23 -0600 Subject: build nc on solaris and cygwin --- m4/check-os-options.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index ab855ee..cbb8c45 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 @@ -11,6 +11,7 @@ case $host_os in AC_SUBST([PLATFORM_LDADD], ['-lperfstat -lpthread']) ;; *cygwin*) + BUILD_NC=yes HOST_OS=cygwin ;; *darwin*) @@ -62,6 +63,7 @@ case $host_os in AC_SUBST([PLATFORM_LDADD], ['-lws2_32']) ;; *solaris*) + BUILD_NC=yes HOST_OS=solaris HOST_ABI=elf CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP" -- cgit v1.2.3-55-g6feb