From aab833c5df8456efc58529b6e5100bec6b9969bd Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 15 Jan 2015 14:21:29 +0000 Subject: ° compile with fPIC by default ° pkg-config: use Libs.private for pcre and extra libs ° fix formatting in debian changelog --- src/ivy-c.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ivy-c.pc.in') diff --git a/src/ivy-c.pc.in b/src/ivy-c.pc.in index b4f90bd..d13af92 100644 --- a/src/ivy-c.pc.in +++ b/src/ivy-c.pc.in @@ -6,5 +6,6 @@ includedir=${prefix}/include Name: ivy-c Description: A software bus Version: @MAJOR@.@MINOR@ -Libs: -L${libdir} -livy @PCREINC@ @EXTRALIB@ -Cflags: -I${includedir} @REGEXP@ @PCRELIB@ +Libs: -L${libdir} -livy +Libs.private: @PCRELIB@ @EXTRALIB@ +Cflags: -I${includedir} -- cgit v1.1