Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pax/
Date: Sat, 29 Dec 2018 15:26:46
Message-Id: 1546097181.ce39e31b89417f9f93f47e8b1fc1dde32791a63c.blueness@gentoo
1 commit: ce39e31b89417f9f93f47e8b1fc1dde32791a63c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 15:26:21 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 15:26:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce39e31b
7
8 app-arch/pax: fix CFLAGS for musl
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-arch/pax/pax-20161104.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
17 index c9fc9875ca5..fba75273f65 100644
18 --- a/app-arch/pax/pax-20161104.ebuild
19 +++ b/app-arch/pax/pax-20161104.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -36,7 +36,7 @@ src_configure() {
27 }
28
29 src_compile() {
30 - use elibc_musl && append-ldflags "-lfts"
31 + use elibc_musl && append-cflags "-lfts"
32
33 # We can't rely on LFS flags as it uses the fts.h interface which lacks 64-bit support.
34 set -- \