summaryrefslogtreecommitdiff
path: root/patches/monero/0017-fix-unary_function-__unary_function.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/monero/0017-fix-unary_function-__unary_function.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/monero/0017-fix-unary_function-__unary_function.patch')
-rw-r--r--patches/monero/0017-fix-unary_function-__unary_function.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/patches/monero/0017-fix-unary_function-__unary_function.patch b/patches/monero/0017-fix-unary_function-__unary_function.patch
deleted file mode 100644
index b964dbe..0000000
--- a/patches/monero/0017-fix-unary_function-__unary_function.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 32f2e6cc2e184bfdaa92a5d45a15983c896f6816 Mon Sep 17 00:00:00 2001
-From: Czarek Nakamoto <cyjan@mrcyjanek.net>
-Date: Thu, 10 Apr 2025 13:28:05 +0200
-Subject: [PATCH 17/17] fix: unary_function -> __unary_function
-
----
- src/cryptonote_basic/cryptonote_basic_impl.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/cryptonote_basic/cryptonote_basic_impl.h b/src/cryptonote_basic/cryptonote_basic_impl.h
-index b423573c5..a9aef7a2a 100644
---- a/src/cryptonote_basic/cryptonote_basic_impl.h
-+++ b/src/cryptonote_basic/cryptonote_basic_impl.h
-@@ -40,7 +40,11 @@ namespace cryptonote {
- /* */
- /************************************************************************/
- template<class t_array>
-+#ifdef __APPLE__
-+ struct array_hasher: std::__unary_function<t_array&, std::size_t>
-+#else
- struct array_hasher: std::unary_function<t_array&, std::size_t>
-+#endif
- {
- std::size_t operator()(const t_array& val) const
- {
---
-2.49.0
-