/usr/lib/pkgconfig/apr-1.pc is in libapr1-dev 1.4.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | prefix=
exec_prefix=${prefix}/usr
libdir=${exec_prefix}/lib
APR_MAJOR_VERSION=1
includedir=${prefix}/usr/include/apr-1.0
Name: APR
Description: The Apache Portable Runtime library
Version: 1.4.6
Libs: -L${libdir} -lapr-${APR_MAJOR_VERSION}
Libs.private: -luuid -lrt -lcrypt -lpthread -ldl
Cflags: -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I${includedir}
|