X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 6BB1EDC0116; Mon, 29 Dec 2014 13:39:35 +0000 (UTC) Date: Mon, 29 Dec 2014 14:39:32 +0100 From: Natanael Copa To: Stuart Cardall Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/bitcoin: update to 0.10.0_rc1 Message-ID: <20141229143932.78f61f17@ncopa-desktop.alpinelinux.org> In-Reply-To: <1419713327-36987-1-git-send-email-developer@it-offshore.co.uk> References: <1419713327-36987-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 27 Dec 2014 20:48:47 +0000 Stuart Cardall wrote: > SSL3 removed from RPC client > --- > testing/bitcoin/APKBUILD | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD > index d819a41..21111a3 100644 > --- a/testing/bitcoin/APKBUILD > +++ b/testing/bitcoin/APKBUILD > @@ -1,9 +1,9 @@ > # Contributor: Natanael Copa > # Maintainer: Stuart Cardall > pkgname=bitcoin > -pkgver=0.9.3 > +pkgver=0.10.0_rc1 > _ver=${pkgver/_/} > -pkgrel=1 > +pkgrel=0 > pkgdesc="decentralized P2P electronic cash system" > url="http://www.bitcoin.org/" > arch="all" > @@ -13,6 +13,7 @@ depends_dev="" > makedepends="$depends_dev boost-dev openssl-dev db-dev miniupnpc-dev > qt5-qtbase-dev qt5-qttools-dev protobuf-dev libqrencode-dev > autoconf automake libtool" > +options=libtool this is wrong. we need to remove the .la files. I applied your patch and added a fix that removes the .la file. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---