From d975204f668516de0c97343658b9823a61b79edd Mon Sep 17 00:00:00 2001 From: Pere Mato <pere.mato@cern.ch> Date: Thu, 25 Aug 2016 08:31:40 +0200 Subject: [PATCH] Apply fix from Sergey for the classic build --- net/http/Module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/http/Module.mk b/net/http/Module.mk index b3b3be77ac9..20d00540573 100644 --- a/net/http/Module.mk +++ b/net/http/Module.mk @@ -46,7 +46,7 @@ INCLUDEFILES += $(HTTPDEP) HTTPLIBEXTRA += $(ZLIBLIBDIR) $(ZLIBCLILIB) -ifneq ($(PLATFORM),win32) +ifeq ($(PLATFORM),linux) HTTPLIBEXTRA += -lrt endif -- GitLab