summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-27 16:04:16 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-27 16:04:16 +0000
commit5f57a39130aea9829ea9d870e55f4fb19d7cbec8 (patch)
tree17f98b4a76c4633e584e14e3b068f6f84eafe437 /framebuffer
parent18d1fce33265c5e427a028363cba10366089d2f0 (diff)
downloadnetsurf-5f57a39130aea9829ea9d870e55f4fb19d7cbec8.tar.gz
netsurf-5f57a39130aea9829ea9d870e55f4fb19d7cbec8.tar.bz2
revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly
Diffstat (limited to 'framebuffer')
-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