mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
a47809ed9e
* [xmlsec] add pkgconfig files - also fixes the library filename, which is actually libxmlsec1. This follows the upstream naming scheme. * [xmlsec] convert CONTROL to manifest * [xmlsec] update versions * [xmlsec] update library name * [xmlsec] update versions
22 lines
880 B
Diff
22 lines
880 B
Diff
diff --git a/xmlsec-openssl.pc.in b/xmlsec-openssl.pc.in
|
|
index af3ae29..40635cf 100644
|
|
--- a/xmlsec-openssl.pc.in
|
|
+++ b/xmlsec-openssl.pc.in
|
|
@@ -8,5 +8,4 @@ Version: @VERSION@
|
|
Description: XML Security Library implements XML Signature and XML Encryption standards
|
|
Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ @LIBXSLT_PC_FILE_COND@
|
|
Cflags: @XMLSEC_OPENSSL_CFLAGS@
|
|
-Cflags.private: -DXMLSEC_STATIC
|
|
Libs: @XMLSEC_OPENSSL_LIBS@
|
|
diff --git a/xmlsec.pc.in b/xmlsec.pc.in
|
|
index 2d5a3ad..0f72d68 100644
|
|
--- a/xmlsec.pc.in
|
|
+++ b/xmlsec.pc.in
|
|
@@ -7,5 +7,5 @@ Name: xmlsec1
|
|
Version: @VERSION@
|
|
Description: XML Security Library implements XML Signature and XML Encryption standards
|
|
Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ @LIBXSLT_PC_FILE_COND@
|
|
-Cflags: -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 @XMLSEC_CORE_CFLAGS@
|
|
+Cflags: @XMLSEC_CORE_CFLAGS@
|
|
Libs: -L${libdir} @XMLSEC_CORE_LIBS@
|