Use Requires for libpcre in r3.pc
This commit is contained in:
parent
270fd1dd7b
commit
b3482c7792
1 changed files with 2 additions and 2 deletions
4
r3.pc.in
4
r3.pc.in
|
@ -6,6 +6,6 @@ libdir=@libdir@
|
||||||
Name: r3
|
Name: r3
|
||||||
Description: High-performance URL router library
|
Description: High-performance URL router library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires:
|
Requires: libpcre
|
||||||
Libs: -L${libdir} -lr3 -lpcre
|
Libs: -L${libdir} -lr3
|
||||||
CFlags: -I${includedir}
|
CFlags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue