]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- try to fix build on i686
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 28 Jun 2017 19:54:24 +0000 (21:54 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 28 Jun 2017 19:54:24 +0000 (21:54 +0200)
firefox.spec

index 4f0a95f2931281a143cf6e8746e36100c305fb1b..5f3a79d16562035186e1e7699a4b4278317119bc 100644 (file)
@@ -201,6 +201,9 @@ cp -p %{_datadir}/automake/config.* build/autoconf
 cat << 'EOF' > .mozconfig
 . $topsrcdir/browser/config/mozconfig
 
+export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
+export CXXFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
+
 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
 
 # Options for 'configure' (same as command-line options).
This page took 0.783732 seconds and 4 git commands to generate.