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