From 5f57a39130aea9829ea9d870e55f4fb19d7cbec8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 27 Nov 2014 16:04:16 +0000 Subject: revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly --- framebuffer/Makefile.target | 2 +- monkey/Makefile.target | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/monkey/Makefile.target b/monkey/Makefile.target index 532aa789e..d3c974782 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 -lrt $(shell $(PKG_CONFIG) --cflags --libs glib-2.0) +LDFLAGS += -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0) # --------------------------------------------------------------------------- # Windows flag setup -- cgit v1.2.3