mirror of https://gitee.com/openkylin/apr.git
parent
d0adca284b
commit
fc568588c9
|
@ -7,5 +7,6 @@ includedir=@includedir@
|
|||
Name: APR
|
||||
Description: The Apache Portable Runtime library
|
||||
Version: @APR_DOTTED_VERSION@
|
||||
Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@
|
||||
Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}
|
||||
Libs: -L${libdir} -l@APR_LIBNAME@
|
||||
Libs.private: @EXTRA_LIBS@
|
||||
Cflags: @EXTRA_CPPFLAGS@ -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue