From d22600f40da0ee2a5c45a0d9cbb6658bea36e880 Mon Sep 17 00:00:00 2001 From: Johannes Brechtmann Date: Mon, 23 Jul 2018 19:07:33 +0200 Subject: [PATCH] litecoin: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/litecoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 5dd49f27977..13568fe6e63 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin version=0.16.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests --with-libressl"