Explorar o código

Merge branch 'master' of https://github.com/civetweb/civetweb

Bernhard Lehner %!s(int64=5) %!d(string=hai) anos
pai
achega
edc84880f6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      examples/embedded_c/Makefile
  2. 1 1
      examples/embedded_cpp/Makefile

+ 1 - 1
examples/embedded_c/Makefile

@@ -18,7 +18,7 @@ LIBS = -lpthread
 include $(TOP)/resources/Makefile.in-os
 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl
+	LIBS += -ldl -lrt
 endif
 
 all: $(PROG)

+ 1 - 1
examples/embedded_cpp/Makefile

@@ -18,7 +18,7 @@ LIBS = -lpthread
 include $(TOP)/resources/Makefile.in-os
 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl
+	LIBS += -ldl -lrt
 endif
 
 all: $(PROG)