From 18d1fce33265c5e427a028363cba10366089d2f0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 27 Nov 2014 14:40:00 +0000 Subject: add rt library to link --- monkey/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey') diff --git a/monkey/Makefile.target b/monkey/Makefile.target index d3c974782..532aa789e 100644 --- a/monkey/Makefile.target +++ b/monkey/Makefile.target @@ -45,7 +45,7 @@ CFLAGS += -std=c99 -Dmonkey -Dnsmonkey -g \ $(shell $(PKG_CONFIG) --cflags libdom libcurl) \ $(shell $(PKG_CONFIG) --cflags openssl) -LDFLAGS += -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0) +LDFLAGS += -lm -lrt $(shell $(PKG_CONFIG) --cflags --libs glib-2.0) # --------------------------------------------------------------------------- # Windows flag setup -- cgit v1.2.3