shithub: libsamplerate

Download patch

ref: 1730b91ccd498b22f740e326d2fbc954b8f92cfe
parent: d23a66e639ae6a152b409db25184a9d4d2cf4498
author: David Seifert <soap@gentoo.org>
date: Sat Jun 10 11:48:00 EDT 2017

Express correct dependencies for static libraries

* Static libraries often need -lm to link
  on glibc-based Linux systems.

--- a/samplerate.pc.in
+++ b/samplerate.pc.in
@@ -8,4 +8,5 @@
 Requires: 
 Version: @VERSION@
 Libs: -L${libdir} -lsamplerate
+Libs.private: @LIBS@
 Cflags: -I${includedir}