]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- use proper flags for c++ auto/th/firefox-54.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 28 Jun 2017 19:54:53 +0000 (21:54 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 28 Jun 2017 19:54:53 +0000 (21:54 +0200)
firefox.spec

index 5f3a79d16562035186e1e7699a4b4278317119bc..18859871c55e394f144d8b0a8f6c33bff9806efb 100644 (file)
@@ -202,7 +202,7 @@ cat << 'EOF' > .mozconfig
 . $topsrcdir/browser/config/mozconfig
 
 export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
 . $topsrcdir/browser/config/mozconfig
 
 export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
-export CXXFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
+export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64"
 
 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
 
 
 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
 
This page took 0.251725 seconds and 4 git commands to generate.