X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 023145C6300 for ; Mon, 3 Sep 2018 17:48:25 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id BEB5F9E1D26; Mon, 3 Sep 2018 17:48:24 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 06C769E00C9; Mon, 3 Sep 2018 17:48:23 +0000 (GMT) Date: Mon, 3 Sep 2018 19:48:21 +0200 From: Natanael Copa To: Mobile Stream Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/libffi: check for __linux__ not linux on mips* Message-ID: <20180903194821.7054c203@ncopa-desktop.copa.dup.pw> In-Reply-To: <956729626.20180810164727@mobile-stream.com> References: <956729626.20180810164727@mobile-stream.com> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 Fri, 10 Aug 2018 16:47:27 +0300 Mobile Stream wrote: > The latter is not available in -std=c99 (e.g. as used by python3 build) and ffitarget.h tries to include sgidefs.h from a wrong location. > > --- > main/libffi/APKBUILD | 4 +++- > main/libffi/use-stdc-compatible-linux-define.patch | 11 +++++++++++ > 2 files changed, 14 insertions(+), 1 deletion(-) > create mode 100644 main/libffi/use-stdc-compatible-linux-define.patch > > diff --git a/main/libffi/APKBUILD b/main/libffi/APKBUILD > index b9130c8411..3ef63f4e90 100644 > --- a/main/libffi/APKBUILD > +++ b/main/libffi/APKBUILD > @@ -15,6 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc" > source="ftp://sourceware.org/pub/$pkgname/$pkgname-$pkgver.tar.gz > gnu-linux-define.patch > pax-dlmmap.patch > + use-stdc-compatible-linux-define.patch > " Seems like something is replacing the tabs with spaces so git am fails. Weird. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---