projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c32100
)
app-arch/pax: fix CFLAGS for musl
author
Anthony G. Basile
<blueness@gentoo.org>
Sat, 29 Dec 2018 15:26:21 +0000
(10:26 -0500)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/app-arch/pax/pax-20161104.ebuild
b/app-arch/pax/pax-20161104.ebuild
index c9fc9875ca5cdf7a728ca5d29a8204e204ee0885..fba75273f6570630801465ab84af8089768071fd 100644
(file)
--- 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-
ld
flags "-lfts"
+ use elibc_musl && append-
c
flags "-lfts"
# We can't rely on LFS flags as it uses the fts.h interface which lacks 64-bit support.
set -- \