summaryrefslogtreecommitdiff
path: root/monkey
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 /monkey
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 'monkey')
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
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