commit:     264702c0fc4e7161298ee79af2690c722626d8ba
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 15:25:38 2018 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 15:25:38 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=264702c0

mozcoreconf-*.eclass:  remove " append-flags $MAKEEDIT_FLAGS "

We do not inherit makeedit in this eclass and so the only ebuilds that had
anything to append were thunderbird ones.  Removing for simplicity rather
than inheriting makeedit.eclass to make the append work.

 eclass/mozcoreconf-v4.eclass | 3 ---
 eclass/mozcoreconf-v5.eclass | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index dd24ca2..983a260 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -216,9 +216,6 @@ mozconfig_init() {
                append-cxxflags -fno-delete-null-pointer-checks 
-fno-lifetime-dse -fno-schedule-insns2
        fi
 
-       # Go a little faster; use less RAM
-       append-flags "$MAKEEDIT_FLAGS"
-
        # Use the MOZILLA_FIVE_HOME for the rpath
        append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
        # Set MOZILLA_FIVE_HOME in mozconfig

diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index e845329..70dc868 100644
--- a/eclass/mozcoreconf-v5.eclass
+++ b/eclass/mozcoreconf-v5.eclass
@@ -218,9 +218,6 @@ mozconfig_init() {
                append-cxxflags -fno-delete-null-pointer-checks 
-fno-lifetime-dse -fno-schedule-insns2
        fi
 
-       # Go a little faster; use less RAM
-       append-flags "$MAKEEDIT_FLAGS"
-
        # Use the MOZILLA_FIVE_HOME for the rpath
        append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
        # Set MOZILLA_FIVE_HOME in mozconfig

Reply via email to