On 11:56 Tue 18 Mar , Wolfram Schlich (wschlich) wrote:
> 1.1 net-im/jabberd2/jabberd2-2.1.23.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/jabberd2/jabberd2-2.1.23.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/jabberd2/jabberd2-2.1.23.ebuild?rev=1.1&content-type=text/plain
> src_compile() {
>
> # https://bugs.gentoo.org/show_bug.cgi?id=207655#c3
> replace-flags -O* -O2
This also wrongly replaces -O1 and -O2. Try:
replace-flags -O3 -O2
(or -O[3s] -O2)
> src_install() {
>
> make DESTDIR="${D}" install || die "make install failed"
If emake doesn't work, please add a comment to that effect.
Thanks,
Donnie
--
[email protected] mailing list