From b3482c7792adb3aa3f393d2ff74987dd4ab2ff3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Fri, 4 Jul 2014 21:27:56 +0800 Subject: [PATCH] Use Requires for libpcre in r3.pc --- r3.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r3.pc.in b/r3.pc.in index 2cc5f73..6f2ffb9 100644 --- a/r3.pc.in +++ b/r3.pc.in @@ -6,6 +6,6 @@ libdir=@libdir@ Name: r3 Description: High-performance URL router library Version: @PACKAGE_VERSION@ -Requires: -Libs: -L${libdir} -lr3 -lpcre +Requires: libpcre +Libs: -L${libdir} -lr3 CFlags: -I${includedir}