GNU IceCat: Prepare for Xulrunner build.

svn path=/nixpkgs/trunk/; revision=12918
This commit is contained in:
Ludovic Courtès 2008-09-25 07:33:04 +00:00
parent da14d70415
commit 3d27b5db34

View file

@ -22,10 +22,16 @@ stdenv.mkDerivation {
unpackCmd = "lzma -d < $src | tar xv";
patches = [ ./skip-gre-registration.patch ];
configureFlags = [
"--enable-application=browser"
"--enable-libxul"
"--disable-javaxpcom"
"--enable-optimize"
"--disable-debug"
"--disable-static" # needed for `libxul'
"--enable-strip"
"--with-system-jpeg"
"--with-system-zlib"