diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-29 10:26:21 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-29 10:26:21 -0500 |
commit | ce39e31b89417f9f93f47e8b1fc1dde32791a63c (patch) | |
tree | 26a24689266c69e81c6438416f8efa508fd07327 /app-arch/pax | |
parent | dev-scheme/gambit: revbump to add USE libressl (diff) | |
download | gentoo-ce39e31b89417f9f93f47e8b1fc1dde32791a63c.tar.gz gentoo-ce39e31b89417f9f93f47e8b1fc1dde32791a63c.tar.bz2 gentoo-ce39e31b89417f9f93f47e8b1fc1dde32791a63c.zip |
app-arch/pax: fix CFLAGS for musl
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-arch/pax')
-rw-r--r-- | app-arch/pax/pax-20161104.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 -- \ |