prefix=/usr/local/apache
exec_prefix=/usr/local/apache
libdir=${prefix}/lib
APR_MAJOR_VERSION=1
includedir=/usr/local/apache/include
Name: APR
Description: The Apache Portable Runtime library
Version: 1.4.5
Libs: -L${libdir} -lapr-${APR_MAJOR_VERSION} -luuid -lrt -lcrypt -lpthread -ldl
Cflags: -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE --param ggc-min-expand=1 --param ggc-min-heapsize=4096 -m64 -fPIC -DPIC -pthread -I${includedir}