Changes between Version 13 and Version 14 of firefox


Ignore:
Timestamp:
06/13/2006 09:31:52 PM (18 years ago)
Author:
andy@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v13 v14  
    2323ac_add_options --enable-svg
    2424ac_add_options --enable-canvas
     25ac_add_options --enable-static
     26ac_add_options --disable-shared
    2527ac_add_options --prefix=/usr
    2628ac_add_options --disable-installer
     
    4850ln -sf mozconfig-fox mozconfig &&
    4951rm -rf firefox-build &&
    50 make -f client.mk &&
     52make LDFLAGS=-lpangoxft-1.0 -f client.mk &&
    5153make -C firefox-build/browser/installer &&
    5254cp firefox-build/dist/firefox-3.0a1.en-US.linux-i686.tar.bz2 ../tarballs/firefox-$(date +%d-%m-%y).tar.bz2