]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
pass CC/CXX explicitly
[packages/firefox.git] / firefox.spec
index 8eabb54a59cf63a9e85768acee8f21512c2cd0d5..09c96cf55ed96e44f718e173f776a61e64b20542 100644 (file)
@@ -213,6 +213,8 @@ cp -p %{_datadir}/automake/config.* build/autoconf
 cat << 'EOF' > .mozconfig
 . $topsrcdir/browser/config/mozconfig
 
+export CC="%{__cc}"
+export CXX="%{__cxx}"
 export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
 export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64"
 
This page took 0.031128 seconds and 4 git commands to generate.