mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
namecoin: rebuilt against boost-1.72
This commit is contained in:
parent
5fb8fa1d6b
commit
0eb10f4b6f
2 changed files with 12 additions and 2 deletions
10
srcpkgs/namecoin/patches/dequeu.patch
Normal file
10
srcpkgs/namecoin/patches/dequeu.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/httpserver.cpp 2019-08-05 07:23:46.000000000 +0200
|
||||||
|
+++ - 2020-01-10 23:11:38.529089780 +0100
|
||||||
|
@@ -18,6 +18,7 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <deque>
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'namecoin'
|
# Template file for 'namecoin'
|
||||||
pkgname=namecoin
|
pkgname=namecoin
|
||||||
version=0.18.1
|
version=0.18.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-core-nc${version}"
|
wrksrc="${pkgname}-core-nc${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-static
|
configure_args="--with-incompatible-bdb --disable-static
|
||||||
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config yasm automake libtool"
|
hostmakedepends="pkg-config yasm automake libtool which"
|
||||||
makedepends="libevent-devel db-devel protobuf-devel boost-devel
|
makedepends="libevent-devel db-devel protobuf-devel boost-devel
|
||||||
miniupnpc-devel qrencode-devel"
|
miniupnpc-devel qrencode-devel"
|
||||||
short_desc="Distributed key/value database"
|
short_desc="Distributed key/value database"
|
||||||
|
|
Loading…
Add table
Reference in a new issue