summaryrefslogtreecommitdiff
path: root/chat/inspircd/files/openssl.pc
blob: 3ee6bfd395c810cd840ca0e31fce52cca98600dc (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@SSLBASE@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: @SSLVER@
Requires: 
Libs: -L${libdir} -lssl -lcrypto  -Wl,-R@SSLBASE@/lib 
Cflags: -I${includedir}