aports/community/openv2g/0001-Enable-XMLDSIG-codec-support.patch
Olliver Schinagl bc5fd94833 community/openv2g: move from testing
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2021-09-04 17:09:53 +00:00

15 lines
504 B
Diff

diff --git a/src/xmldsig/xmldsigEXIDatatypes.h b/Release/src/xmldsig/xmldsigEXIDatatypes.h
index 8b06393..ee7ac88 100755
--- a/src/xmldsig/xmldsigEXIDatatypes.h
+++ b/src/xmldsig/xmldsigEXIDatatypes.h
@@ -44,8 +44,8 @@ extern "C" {
#define SUPPORT_YES 1
#define SUPPORT_NO 2
-#define DEPLOY_XMLDSIG_CODEC SUPPORT_NO
-#define DEPLOY_XMLDSIG_CODEC_FRAGMENT SUPPORT_NO
+#define DEPLOY_XMLDSIG_CODEC SUPPORT_YES
+#define DEPLOY_XMLDSIG_CODEC_FRAGMENT SUPPORT_YES
#if DEPLOY_XMLDSIG_CODEC == SUPPORT_YES