litecoin: rebuilt against boost-1.72

This commit is contained in:
John 2020-01-09 22:12:27 +01:00
parent 10b3cbd199
commit 6ff67487bd
2 changed files with 12 additions and 2 deletions

View 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>

View file

@ -1,11 +1,11 @@
# Template file for 'litecoin'
pkgname=litecoin
version=0.17.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static
--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
qt5-tools-devel miniupnpc-devel protobuf-devel libevent-devel"
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"