From ab9cbc00bed0ca2ccb3e012a914bafbfbac514cd Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 7 Oct 2013 20:52:15 +0200 Subject: [PATCH] firefox: moved --disable-webrtc option to mozconfig file --- firefox/Pkgfile | 2 +- firefox/mozconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2