mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
The diff of the patch was actually adding the patch itself, like an inception. Instead, lets do better and actually patch the source code. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
14 lines
504 B
Diff
14 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
|