X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 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 0406FDC025B; Tue, 24 Jun 2014 19:53:14 +0000 (UTC) Date: Tue, 24 Jun 2014 15:12:52 +0200 From: Natanael Copa To: Igmar Palsenberg Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Make xl2tpd build Fixes #2979 Message-ID: <20140624151252.4d930cb3@ncopa-laptop> In-Reply-To: References: X-Mailer: Claws Mail 3.10.1 (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 Tue, 24 Jun 2014 20:46:45 +0200 (CEST) Igmar Palsenberg wrote: > > Hi, > > Please apply. This makes xl2tpd build. > > regards, > > > Igmar > > From 64c3c81b5639e0c901280f92482a567a938e23c6 Mon Sep 17 00:00:00 2001 > From: Igmar Palsenberg > Date: Sat, 21 Jun 2014 07:50:12 +0200 > Subject: [PATCH] Make xl2tpd build Fixes #2979 > > --- > main/xl2tpd/APKBUILD | 14 +++++++++----- > main/xl2tpd/xl2tpd-compile.patch | 12 ++++++++++++ > 2 files changed, 21 insertions(+), 5 deletions(-) > create mode 100644 main/xl2tpd/xl2tpd-compile.patch > > diff --git a/main/xl2tpd/APKBUILD b/main/xl2tpd/APKBUILD > index 635bd09..70675dc 100644 > --- a/main/xl2tpd/APKBUILD > +++ b/main/xl2tpd/APKBUILD > @@ -5,7 +5,7 @@ pkgver=1.3.6 > pkgrel=0 > pkgdesc="Layer 2 Tunnelling Protocol Daemon (RFC 2661)" > url="http://www.xelerance.com/services/software/xl2tpd/" > -arch="" > +arch="i686 x86_64" I change it to: arch="all" and pushed with fixed commit message. cherry-picked it for v3.0 too. thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---