app-arch/pax: fix CFLAGS for musl
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 29 Dec 2018 15:26:21 +0000 (10:26 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 29 Dec 2018 15:26:21 +0000 (10:26 -0500)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-arch/pax/pax-20161104.ebuild

index c9fc9875ca5cdf7a728ca5d29a8204e204ee0885..fba75273f6570630801465ab84af8089768071fd 100644 (file)
@@ -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 -- \