summaryrefslogtreecommitdiff
path: root/framebuffer/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/Makefile.target')
-rw-r--r--framebuffer/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target
index 1ac183244..699c8da80 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 -lrt -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive
+LDFLAGS += -lm -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive
ifeq ($(HOST),mint)
# freemint does not support pkg-config for libcurl