CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
firefox: moved --disable-webrtc option to mozconfig file
authorVictor Martinez <pitillo@ono.com>
Mon, 7 Oct 2013 18:52:15 +0000 (20:52 +0200)
committerVictor Martinez <pitillo@ono.com>
Mon, 7 Oct 2013 18:52:15 +0000 (20:52 +0200)
firefox/Pkgfile
firefox/mozconfig

index 8a43e8486f348bdda3115154721acd6ac9c8a407..eddf075739bff0587a306124eb2f2e2c59dee834 100644 (file)
@@ -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
index 16384b1f1683f55e911ef8f55d5aa93b3d221e0e..55ad7d713f08b943164184366e81655c6a52f7d2 100644 (file)
@@ -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