litecoin: rebuilt against boost-1.72
This commit is contained in:
parent
10b3cbd199
commit
6ff67487bd
2 changed files with 12 additions and 2 deletions
10
srcpkgs/litecoin/patches/dequeu.patch
Normal file
10
srcpkgs/litecoin/patches/dequeu.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/httpserver.cpp 2019-04-08 09:28:20.000000000 +0200
|
||||||
|
+++ - 2020-01-10 22:25:06.201575595 +0100
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <deque>
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'litecoin'
|
# Template file for 'litecoin'
|
||||||
pkgname=litecoin
|
pkgname=litecoin
|
||||||
version=0.17.1
|
version=0.17.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static
|
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static
|
||||||
--disable-tests --with-libressl"
|
--disable-tests --with-libressl"
|
||||||
hostmakedepends="automake libtool pkg-config yasm protobuf"
|
hostmakedepends="automake libtool pkg-config yasm protobuf which"
|
||||||
makedepends="libatomic-devel zlib-devel db-devel libressl-devel boost-devel
|
makedepends="libatomic-devel zlib-devel db-devel libressl-devel boost-devel
|
||||||
qt5-tools-devel miniupnpc-devel protobuf-devel libevent-devel"
|
qt5-tools-devel miniupnpc-devel protobuf-devel libevent-devel"
|
||||||
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
||||||
|
|
Loading…
Reference in a new issue