aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-25 05:49:01 +0000
committerDavid Robillard <d@drobilla.net>2013-12-25 05:49:01 +0000
commit43212c07f8f8da832f654d9cb40b12bdad2535f6 (patch)
treece4fed34afc0ecc14a5dc34c391ea6f13dfd38e5
parentc529d9e10bffb424a024a12534335e6fb1f77681 (diff)
downloadserd-43212c07f8f8da832f654d9cb40b12bdad2535f6.tar.gz
serd-43212c07f8f8da832f654d9cb40b12bdad2535f6.tar.bz2
serd-43212c07f8f8da832f654d9cb40b12bdad2535f6.zip
Add -lm to pkg-config libs.
git-svn-id: http://svn.drobilla.net/serd/trunk@454 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-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@