You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
313 B

  1. --- a/src/Makefile 2014-12-20 18:33:55.654252867 +0100
  2. +++ b/src/Makefile 2014-12-20 18:31:10.241359741 +0100
  3. @@ -43,7 +43,7 @@
  4. ifneq (,$(findstring SOLARIS,$(CFLAGS)))
  5. ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
  6. -override LFLAGS += -lsocket -lnsl
  7. + override LFLAGS += -lsocket -lnsl
  8. endif
  9. endif