summaryrefslogtreecommitdiff
path: root/patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2026-03-09 18:05:16 +0100
committerGitHub <noreply@github.com>2026-03-09 18:05:16 +0100
commit2c11591e02b907e63d8fd4fcb0a6559625934a95 (patch)
treedab95d36703f314a8ee9d6277a160df16833c4e5 /patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch
parent411e8a1cdb3f4c2812d83f28c335d2a4eb18bd29 (diff)
reproducibility (#177)
* reproducibility * wip: ci fixes, drop generate_translations_header.c * minor fixes * fix patch * fix: toolchain * bump hash * fix: minor build issue fixes * fix: x86_64-w64-mingw32 * wip * wip * all updated :o * fix: reduce git size * update checksum remove CI * chore, more optimal dockerfile * update monero to v0.18.4.6 * update checksum * update * minor patch update * fix: no command specified * fix: correct path * alpine * stupid. * AAWASTREYDRFUGTIHYJHGUTYFRDTFYVGUBHINJHGTYFRDSRTXDTCFHBJ
Diffstat (limited to 'patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch')
-rw-r--r--patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch b/patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch
new file mode 100644
index 0000000..bc40f21
--- /dev/null
+++ b/patches/zano/0010-workaround-no-op-MARK_AS_POD_C11.patch
@@ -0,0 +1,34 @@
+From 4efc6b9bc08ee8b2d51524a54b957df88003136e Mon Sep 17 00:00:00 2001
+From: Czarek Nakamoto <cyjan@mrcyjanek.net>
+Date: Sat, 7 Mar 2026 00:20:47 +0100
+Subject: [PATCH] workaround: no-op MARK_AS_POD_C11
+
+---
+ contrib/epee/include/misc_language.h | 11 +----------
+ 1 file changed, 1 insertion(+), 10 deletions(-)
+
+diff --git a/contrib/epee/include/misc_language.h b/contrib/epee/include/misc_language.h
+index 04cb9750..7d512c3d 100644
+--- a/contrib/epee/include/misc_language.h
++++ b/contrib/epee/include/misc_language.h
+@@ -39,16 +39,7 @@
+ #include "auto_val_init.h"
+
+
+-#define MARK_AS_POD_C11(type) \
+-namespace std \
+-{ \
+- template<> \
+-struct is_pod< type > \
+- { \
+- static const bool value = true; \
+- }; \
+-}
+-
++#define MARK_AS_POD_C11(type)
+
+ namespace epee
+ {
+--
+2.51.0
+