Skip to content

Commit

Permalink
firefox-esr: symplify -musl support
Browse files Browse the repository at this point in the history
  • Loading branch information
yopito committed Nov 11, 2018
1 parent 382783d commit 974a0a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions srcpkgs/firefox-esr/template
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ do_build() {
echo "ac_add_options --disable-jemalloc" >>.mozconfig
echo "ac_add_options --disable-gold" >>.mozconfig
echo "ac_add_options --enable-release" >>.mozconfig
;;
esac

case "$XBPS_TARGET_MACHINE" in
x86_64-musl|i686-musl)
echo "ac_add_options --host=${XBPS_TRIPLET}" >>.mozconfig
echo "ac_add_options --target=${XBPS_TRIPLET}" >>.mozconfig
;;
Expand Down

0 comments on commit 974a0a9

Please sign in to comment.