[packages/firefox] - use proper flags for c++

baggins baggins at pld-linux.org
Wed Jun 28 21:55:12 CEST 2017


commit c7de167796fc6c36bc88fe94af23c9a0a9905518
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jun 28 21:54:53 2017 +0200

    - use proper flags for c++

 firefox.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/firefox.spec b/firefox.spec
index 5f3a79d..1885987 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -202,7 +202,7 @@ cat << 'EOF' > .mozconfig
 . $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}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/c7de167796fc6c36bc88fe94af23c9a0a9905518



More information about the pld-cvs-commit mailing list