From: Anthony G. Basile Date: Sat, 29 Dec 2018 15:26:21 +0000 (-0500) Subject: app-arch/pax: fix CFLAGS for musl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ce39e31b89417f9f93f47e8b1fc1dde32791a63c;p=gentoo.git app-arch/pax: fix CFLAGS for musl Signed-off-by: Anthony G. Basile Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild index c9fc9875ca5c..fba75273f657 100644 --- a/app-arch/pax/pax-20161104.ebuild +++ b/app-arch/pax/pax-20161104.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,7 +36,7 @@ src_configure() { } src_compile() { - use elibc_musl && append-ldflags "-lfts" + use elibc_musl && append-cflags "-lfts" # We can't rely on LFS flags as it uses the fts.h interface which lacks 64-bit support. set -- \