diff options
author | Fredrik Rinnestam <fredrik@rinnestam.se> | 2010-09-08 19:41:50 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@rinnestam.se> | 2010-09-08 19:43:20 +0200 |
commit | 022e418f60981e55d2c4835c060a075c9d569ced (patch) | |
tree | 97bbe969306c21f05159c50417f9800d01216a01 /firefox/mozconfig | |
parent | e50485622bcd526f562abb5258f76971429e1958 (diff) | |
download | opt-022e418f60981e55d2c4835c060a075c9d569ced.tar.gz opt-022e418f60981e55d2c4835c060a075c9d569ced.tar.xz |
[notify] firefox: updated to 3.6.9.
Security fix, see https://www.mozilla.org/security/known-vulnerabilities/firefox36.html
Diffstat (limited to 'firefox/mozconfig')
-rw-r--r-- | firefox/mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox/mozconfig b/firefox/mozconfig index 22e2047d7..0b4b2f1ae 100644 --- a/firefox/mozconfig +++ b/firefox/mozconfig @@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-mng ac_add_options --with-pthreads -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2.8 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2.9 ac_add_options --enable-system-cairo ac_add_options --enable-optimize="#CFLAGS#" ac_add_options --enable-official-branding |