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-glib.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ivy-glib.pc.in') diff --git a/src/ivy-glib.pc.in b/src/ivy-glib.pc.in index 5794064..3e778a7 100644 --- a/src/ivy-glib.pc.in +++ b/src/ivy-glib.pc.in @@ -7,5 +7,6 @@ Name: ivy-glib Description: A software bus (Glib main loop) Requires: glib-2.0 Version: @MAJOR@.@MINOR@ -Libs: -L${libdir} -lglibivy @PCRELIB@ @EXTRALIB@ -Cflags: -I${includedir} @REGEXP@ @PCREINC@ +Libs: -L${libdir} -lglibivy +Libs.private: @PCRELIB@ @EXTRALIB@ +Cflags: -I${includedir} -- cgit v1.1