Keine Beschreibung

002-Makefile.patch 313B

123456789101112
  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