forked from Hakase/nginx-build
14 lines
349 B
PkgConfig
14 lines
349 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libpcre32
|
|
Description: PCRE - Perl compatible regular expressions C library with 32 bit character support
|
|
Version: 8.41
|
|
Libs: -L${libdir} -lpcre32
|
|
Libs.private: -pthread
|
|
Cflags: -I${includedir} -DPCRE_STATIC
|