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 --- framebuffer/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer/Makefile.target') diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target index 699c8da80..1ac183244 100644 --- a/framebuffer/Makefile.target +++ b/framebuffer/Makefile.target @@ -48,7 +48,7 @@ CFLAGS += -std=c99 -g -Dsmall \ -D_POSIX_C_SOURCE=200112L \ $(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl) -LDFLAGS += -lm -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive +LDFLAGS += -lm -lrt -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive ifeq ($(HOST),mint) # freemint does not support pkg-config for libcurl -- cgit v1.2.3