mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-embedded/gputils: fix unstaged patch filename
Bug: https://bugs.gentoo.org/722648 Bug: https://bugs.gentoo.org/817980 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -14,16 +14,17 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 x86"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/flags.patch"
|
||||
"${FILESDIR}"/${P}-respect-flags.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Only needed for the flags patch, if a new release ever comes...
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
src_configure() {
|
||||
# bug #369291, bug #818802
|
||||
tc-ld-disable-gold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user