
- Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required
14 lines
308 B
PkgConfig
14 lines
308 B
PkgConfig
#libtls pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: LibreSSL-libtls
|
|
Description: Secure communications using the TLS socket protocol.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ltls
|
|
Libs.private: @LIBS@ @PLATFORM_LDADD@
|
|
Cflags: -I${includedir}
|