diff --git a/Makefile b/Makefile index d9b8ee6..f6a1b2b 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,10 @@ PREFIX = $(DESTDIR)/opt/CronosAgent ifeq ($(OS), Linux) FLAGS += -rdynamic + KIND := $(shell grep -E "^6.0" /etc/debian_version > /dev/null ; echo $?) +ifneq ($(KIND), 0) + LIBRARIES += rt +endif ifeq ($(USE_OPENSSL), yes) FLAGS += -DUSE_OPENSSL DEPENDENCIES += openssl @@ -35,7 +39,7 @@ LIBS += $(foreach library, $(LIBRARIES), -l$(library)) CC = gcc CFLAGS += $(FLAGS) -std=gnu99 -ifneq ($(strip $(DEPENDENCIES)),) +ifneq ($(strip $(DEPENDENCIES)), ) FLAGS += $(shell pkg-config --cflags $(DEPENDENCIES)) LIBS += $(shell pkg-config --libs $(DEPENDENCIES)) endif diff --git a/debian/changelog b/debian/changelog index 6768df9..2504964 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -cronosagent (20160804) none; urgency=low +cronosagent (20160806) none; urgency=low * Daily build - -- Artem Prilutskiy Thu, 04 Aug 2016 11:53:09 +0400 + -- Artem Prilutskiy Mon, 08 Aug 2016 12:24:44 +0400 diff --git a/debian/control b/debian/control index a6fe1b9..e40943e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: unknown Priority: extra Maintainer: Artem Prilutskiy Build-Depends: - debhelper (>= 5), libssl-dev + debhelper (>= 5) Standards-Version: 3.8.4 Package: cronosagent