xref: /aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/apr.pc (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1prefix=/usr/local/apr
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4APR_MAJOR_VERSION=1
5includedir=${prefix}/include/apr-${APR_MAJOR_VERSION}
6
7Name: APR
8Description: The Apache Portable Runtime library
9Version: 1.5.2
10Libs: -L${libdir} -lapr-${APR_MAJOR_VERSION} -luuid -lrt -lcrypt  -lpthread -ldl
11Cflags: -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I${includedir}
12