aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--serd.pc.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 05b719a5..096995c7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,10 @@ serd (0.18.3) unstable;
* Fix possible crash in serd_writer_end_anon() when writing invalid lists
* Generate blank names like _:b1 and _:B2 not _:genid1 _:docid2
* Correctly handle posix_memalign failure
+ * Add -lm to pkg-config libs
* Update to waf 1.7.14
- -- David Robillard <d@drobilla.net> Tue, 24 Dec 2013 16:34:13 -0500
+ -- David Robillard <d@drobilla.net> Tue, 24 Dec 2013 23:30:22 -0500
serd (0.18.2) stable;
diff --git a/serd.pc.in b/serd.pc.in
index 954d263a..26540351 100644
--- a/serd.pc.in
+++ b/serd.pc.in
@@ -6,5 +6,5 @@ includedir=@INCLUDEDIR@
Name: Serd
Version: @SERD_VERSION@
Description: Lightweight RDF syntax library
-Libs: -L${libdir} -l@LIB_SERD@
+Libs: -L${libdir} -l@LIB_SERD@ -lm
Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@