diff options
Diffstat (limited to 'xmlsec1-openssl.pc')
-rw-r--r-- | xmlsec1-openssl.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xmlsec1-openssl.pc b/xmlsec1-openssl.pc new file mode 100644 index 00000000..5325bd00 --- /dev/null +++ b/xmlsec1-openssl.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: xmlsec1-openssl +Version: 1.2.18 +Description: XML Security Library implements XML Signature and XML Encryption standards +Requires: libxml-2.0 >= 2.7.4 libxslt >= 1.0.20 +Cflags: -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 +Libs: -L${exec_prefix}/lib -lxmlsec1-openssl -lxmlsec1 -lltdl -lssl -lcrypto |