]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- 46.0.1 auto/th/firefox-46.0.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 May 2016 07:46:37 +0000 (09:46 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 5 May 2016 07:46:37 +0000 (09:46 +0200)
- restore -Os in CFLAGS

firefox.spec

index 958fd9424b61a3c73431bc2b0c204085cf976d44..19e5769207fe09bcbcefea2b20a018183f98c9a2 100644 (file)
@@ -25,12 +25,12 @@ Summary:    Firefox web browser
 Summary(hu.UTF-8):     Firefox web böngésző
 Summary(pl.UTF-8):     Firefox - przeglądarka WWW
 Name:          firefox
-Version:       46.0
+Version:       46.0.1
 Release:       1
 License:       MPL v2.0
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
-# Source0-md5: 8a516da3858b17f55451810efc7a239a
+# Source0-md5: 3e3b90268b8a634f7c60a25eb3a04c8c
 Source3:       %{name}.desktop
 Source4:       %{name}.sh
 Source5:       vendor.js
@@ -259,7 +259,7 @@ ac_add_options --enable-crash-on-assert
 %else
 ac_add_options --disable-debug
 ac_add_options --disable-debug-modules
-ac_add_options --enable-optimize="%{rpmcflags}"
+ac_add_options --enable-optimize="%{rpmcflags} -Os"
 %endif
 ac_add_options --disable-strip
 ac_add_options --disable-strip-libs
This page took 0.041307 seconds and 4 git commands to generate.