From: Victor Martinez Date: Mon, 7 Oct 2013 18:52:15 +0000 (+0200) Subject: firefox: moved --disable-webrtc option to mozconfig file X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ab9cbc00bed0ca2ccb3e012a914bafbfbac514cd;p=ports%2Fopt-arm.git firefox: moved --disable-webrtc option to mozconfig file --- diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 8a43e84..eddf075 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -18,7 +18,7 @@ build() { cd mozilla-release sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig - ./configure --disable-webrtc + ./configure #mozilla sucks: BZ #824381 mkdir $SRC/mozilla-release/js/src/.deps diff --git a/firefox/mozconfig b/firefox/mozconfig index 16384b1..55ad7d7 100644 --- a/firefox/mozconfig +++ b/firefox/mozconfig @@ -48,3 +48,4 @@ ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi ac_add_options --disable-libnotify ac_add_options --disable-elf-hack +ac_add_options --disable-webrtc