[arch-commits] Commit in monero/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 8 17:00:21 UTC 2021


    Date: Tuesday, June 8, 2021 @ 17:00:20
  Author: arojas
Revision: 959702

Fix build with boost 1.76

Modified:
  monero/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 16:43:42 UTC (rev 959701)
+++ PKGBUILD	2021-06-08 17:00:20 UTC (rev 959702)
@@ -19,7 +19,8 @@
     "git+https://github.com/trezor/trezor-common.git"
     "git+https://github.com/tevador/randomx.git"
     "monero.sysusers"
-    "monero.tmpfiles")
+    "monero.tmpfiles"
+    monero-boost1.76.patch::https://github.com/selsta/monero/commit/c28d2f7c.patch)
 sha512sums=('SKIP'
             'SKIP'
             'SKIP'
@@ -28,7 +29,8 @@
             'SKIP'
             'SKIP'
             '2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-            'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
+            'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357'
+            'c67ab4d4e7449d3690663647aa14411cce90ded9c9aa8bcd600ddbd3cd7633b3f5ec346c3c3c587951e9b1c380c99490764d70421ee0a9abb0fcc470e1f76c48')
 validpgpkeys=(
   '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi1111 <luigi1111w at gmail.com>
   'BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9' # Riccardo Spagni <ric at spagni.net>
@@ -45,6 +47,8 @@
   git config submodule.external/trezor-common.url "$srcdir/trezor-common"
   git config submodule.external/randomx.url "$srcdir/randomx"
   git submodule update
+
+  patch -p1 < ../monero-boost1.76.patch # Fix build with boost 1.76
 }
 
 build() {



More information about the arch-commits mailing list