forked from pool/spandsp
OBS-URL: https://build.opensuse.org/package/show/network:telephony/spandsp?expand=0&rev=21
24 lines
657 B
Diff
24 lines
657 B
Diff
From: Jan Engelhardt <jengelh@medozas.de>
|
|
Date: 2011-07-17 16:15:32.890081276 +0200
|
|
Upstream: tbd
|
|
|
|
Libraries required only for static linking should go into
|
|
Libs.private, not Libs.
|
|
|
|
---
|
|
spandsp.pc.in | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
Index: spandsp-0.0.6/spandsp.pc.in
|
|
===================================================================
|
|
--- spandsp-0.0.6.orig/spandsp.pc.in
|
|
+++ spandsp-0.0.6/spandsp.pc.in
|
|
@@ -7,5 +7,6 @@ Name: spandsp
|
|
Description: A DSP library for telephony.
|
|
Requires:
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lspandsp -ltiff -lm
|
|
+Libs: -L${libdir} -lspandsp
|
|
+Libs.private: -ltiff -lm
|
|
Cflags: -I${includedir}
|