From 4478e08f1e3c4547dfddaab8e19b8e367ca3db32 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 8 Nov 2010 00:04:06 +0100 Subject: [PATCH] libcharset: Added missing picsuffix to libcharset.pc. --- charset/libcharset.pc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charset/libcharset.pc b/charset/libcharset.pc index 19e74021..258797cc 100644 --- a/charset/libcharset.pc +++ b/charset/libcharset.pc @@ -3,9 +3,12 @@ libdir=@LIBDIR@ incdir=. +# Override if you want to use the -pic version +picsuffix= + Name: libcharset Description: Character set conversion library Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -lcharset +Libs: -L${libdir} -lcharset${picsuffix} Requires: @DEPS@ -- 2.39.2