mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
firefox: fk flash give me a working firefox with musl
This commit is contained in:
parent
8fb44e50ca
commit
de1b88fcc8
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=59.0.2
|
version=59.0.2
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Mozilla Firefox web browser"
|
short_desc="Mozilla Firefox web browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.mozilla.org/firefox/"
|
homepage="https://www.mozilla.org/firefox/"
|
||||||
|
@ -54,6 +54,7 @@ do_build() {
|
||||||
*-musl)
|
*-musl)
|
||||||
echo "ac_add_options --disable-jemalloc" >>.mozconfig
|
echo "ac_add_options --disable-jemalloc" >>.mozconfig
|
||||||
echo "ac_add_options --disable-gold" >>.mozconfig
|
echo "ac_add_options --disable-gold" >>.mozconfig
|
||||||
|
echo "ac_add_options --enable-release" >>.mozconfig
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue