Skip to content

Commit

Permalink
sys-apps/ipmiutil: fix build bug #604234.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Apr 13, 2017
1 parent 223763e commit b9dedcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-apps/ipmiutil/ipmiutil-3.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ src_prepare() {
default

sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* || die
sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' configure.ac || die

eautoreconf
}
Expand Down
1 change: 1 addition & 0 deletions sys-apps/ipmiutil/ipmiutil-3.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ src_prepare() {
default

sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* || die
sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' configure.ac || die

eautoreconf
}
Expand Down
1 change: 1 addition & 0 deletions sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ src_prepare() {
default

sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* || die
sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' configure.ac || die

eautoreconf
}
Expand Down

0 comments on commit b9dedcb

Please sign in to comment.