12 lines
321 B
PkgConfig
12 lines
321 B
PkgConfig
prefix=/opt/bba/BBA1.5_platform/build/../apps/public/openssl-0.9.8zh/install
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 0.9.8zh
|
|
Requires:
|
|
Libs: -L${libdir} -lssl -lcrypto -ldl
|
|
Cflags: -I${includedir}
|