Skip to content

Commit

Permalink
app-emulation/virtualbox: Don't mess with hardened crap anymore.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Lars Wendler committed Apr 7, 2017
1 parent e10ca25 commit e5f81a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-emulation/virtualbox/virtualbox-5.0.32.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ src_prepare() {
java-pkg-opt-2_src_prepare
fi

if ! gcc-specs-pie ; then
#if ! gcc-specs-pie ; then
rm "${WORKDIR}/patches/050_${PN}-5.0.2-nopie.patch" || die
fi
#fi

eapply "${WORKDIR}/patches"

Expand Down
4 changes: 2 additions & 2 deletions app-emulation/virtualbox/virtualbox-5.0.36.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ src_prepare() {
java-pkg-opt-2_src_prepare
fi

if ! gcc-specs-pie ; then
#if ! gcc-specs-pie ; then
rm "${WORKDIR}/patches/050_${PN}-5.0.2-nopie.patch" || die
fi
#fi

eapply "${WORKDIR}/patches"

Expand Down

0 comments on commit e5f81a9

Please sign in to comment.