summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/csu/csu-85-r1.ebuild (renamed from sys-libs/csu/csu-85.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/csu/csu-85.ebuild b/sys-libs/csu/csu-85-r1.ebuild
index 6d0fb053db7f..28ea492c1a5d 100644
--- a/sys-libs/csu/csu-85.ebuild
+++ b/sys-libs/csu/csu-85-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -29,6 +29,7 @@ src_prepare() {
-e 's:$(SYMROOT)/crt0.o::' \
-e '/LOCLIBDIR)\/crt0.o/d' \
-e '/^CC = /d' \
+ -e "/ARCH_CFLAGS =/s|=|= ${CFLAGS}|" \
Makefile || die
# only require Availability.h for arm, bugs #538602, #539964