Skip to content

Commit

Permalink
mozcoreconf-*.eclass: remove " append-flags $MAKEEDIT_FLAGS "
Browse files Browse the repository at this point in the history
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.

Bug: http://bugs.gentoo.org/646206
  • Loading branch information
axs-gentoo committed Jan 31, 2018
1 parent 8d516da commit 52094fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions eclass/mozcoreconf-v4.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,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
Expand Down
3 changes: 0 additions & 3 deletions eclass/mozcoreconf-v5.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52094fa

Please sign in to comment.