Browse Source

do not enable the typeaheadfind extension, which breaks the build since Firefox 1.0PR (https://bugzilla.mozilla.org/show_bug.cgi?id=260986)

Michael Schloh von Bennewitz 20 years ago
parent
commit
e6cff30fc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      firefox/firefox.spec

+ 2 - 2
firefox/firefox.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        Web
 License:      MPL
 Version:      1.0.2
-Release:      20050324
+Release:      20050422
 
 #   package options
 %option       with_optimize   yes
@@ -131,7 +131,7 @@ AutoReqProv:  no
         --with-system-zlib=%{l_prefix} \
         --with-ft-prefix=%{l_prefix} \
         --with-user-appdir=.firefox \
-        --enable-extensions=default \
+        --enable-extensions="cookie,wallet,content-packs,xml-rpc,xmlextras,help,p3p,pref,transformiix,venkman,inspector,irc,universalchardet,webservices,spellcheck,gnomevfs,negotiateauth" \
         --enable-jsd \
         --enable-crypto \
         --enable-chrome-format=jar \