mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
monero: update to 0.14.1.0.
This commit is contained in:
parent
40ab6a26fe
commit
7c92b44903
2 changed files with 11 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- external/easylogging++/easylogging++.h 2018-10-10 13:06:21.126417347 +0200
|
--- external/easylogging++/easylogging++.h.orig 2019-06-20 10:34:09.991591827 +0200
|
||||||
+++ external/easylogging++/easylogging++.h 2018-10-10 13:07:35.488416829 +0200
|
+++ external/easylogging++/easylogging++.h 2019-06-20 10:35:12.131793176 +0200
|
||||||
@@ -205,7 +205,7 @@
|
@@ -216,7 +216,7 @@
|
||||||
# define ELPP_INTERNAL_INFO(lvl, msg)
|
# define ELPP_INTERNAL_INFO(lvl, msg)
|
||||||
#endif // (defined(ELPP_DEBUG_INFO))
|
#endif // (defined(ELPP_DEBUG_INFO))
|
||||||
#if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG))
|
#if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG))
|
||||||
-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD)
|
-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID)
|
||||||
+# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD)
|
+# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID)
|
||||||
# define ELPP_STACKTRACE 1
|
# define ELPP_STACKTRACE 1
|
||||||
# else
|
# else
|
||||||
# define ELPP_STACKTRACE 0
|
# define ELPP_STACKTRACE 0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'monero'
|
# Template file for 'monero'
|
||||||
pkgname=monero
|
pkgname=monero
|
||||||
version=0.14.0.2
|
version=0.14.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_GUI_DEPS=ON -DHAVE_LIBRESSL=1"
|
configure_args="-DBUILD_GUI_DEPS=ON -DHAVE_LIBRESSL=1"
|
||||||
conf_files="/etc/monerod.conf"
|
conf_files="/etc/monerod.conf"
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://getmonero.org"
|
homepage="https://getmonero.org"
|
||||||
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz"
|
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz"
|
||||||
checksum=90a0a9395fe911378a2e1e495df4cdb6b03cb7baaae63b8dda1c8ae827bb5385
|
checksum=a27f2856817498067ab4fd8c456c24d3372f1c174d19652f8213a2771ab95e72
|
||||||
system_accounts="monero"
|
system_accounts="monero"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -44,9 +44,9 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) configure_args+=" -DARCH=ppc64"
|
ppc64*) configure_args+=" -DARCH=ppc64"
|
||||||
;;
|
;;
|
||||||
ppc*) configure_arch+=" -DARCH=ppc"
|
ppc*) configure_arch+=" -DARCH=ppc"
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
CFLAGS+=" -latomic"
|
CFLAGS+=" -latomic"
|
||||||
;;
|
;;
|
||||||
*) configure_args+=" -DARCH=default"
|
*) configure_args+=" -DARCH=default"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue