mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-08 01:16:26 +08:00
12 lines
246 B
PkgConfig
12 lines
246 B
PkgConfig
prefix=/usr/local/ssl
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL-libcrypto
|
|
Description: OpenSSL cryptography library
|
|
Version: 1.0.0d
|
|
Requires:
|
|
Libs: -L${libdir} -lcrypto
|
|
Cflags: -I${includedir}
|