[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gperf] The gperf build script ignores $AR
From: |
György Andrasek |
Subject: |
Re: [bug-gperf] The gperf build script ignores $AR |
Date: |
Tue, 15 Apr 2014 02:00:53 +0200 |
Apparently I'm not the first to run into this:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild?revision=1.16
```
src_prepare() {
sed -i \
-e "/^AR /s:=.*:= $(tc-getAR):" \
-e "/^CPPFLAGS /s:=:+=:" \
*/Makefile.in || die #444078
}
```
It's gperf-specific, only 7 of Exherbo's 130 system packages fail with
clang+lto, including the expected gcc and glibc. (Which is quite
impressive, actually.)