mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
12 lines
272 B
PkgConfig
12 lines
272 B
PkgConfig
|
|
prefix=/usr/
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: OpenSSL-libssl
|
||
|
|
Description: Secure Sockets Layer and cryptography libraries
|
||
|
|
Version: @openssl_ver@
|
||
|
|
Requires.private: libcrypto
|
||
|
|
Libs: -L${libdir} -lssl
|
||
|
|
Cflags: -I${includedir}
|