mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 17:06:25 +08:00
12 lines
261 B
PkgConfig
12 lines
261 B
PkgConfig
prefix=/usr/local/ssl
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 1.0.0d
|
|
Requires:
|
|
Libs: -L${libdir} -lssl -lcrypto
|
|
Cflags: -I${includedir}
|