mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
seamonkey: Move CC=clang CXX=clang++ from command line into mozconfig
"export CC=clang CXX=clang++" is bad because it contaminates the environment, thus if some packages are built after seamonkey in the same shell and the user wouldn't have unset CC and CXX, those package may be built with an untested configuration. Move them into mozconfig. A test build has shown they still works there.
This commit is contained in:
parent
679f4d6a67
commit
eedb6d02a0
@ -246,7 +246,9 @@ ac_add_options --enable-system-pixman
|
||||
ac_add_options --with-system-bz2
|
||||
ac_add_options --with-system-jpeg
|
||||
ac_add_options --with-system-png
|
||||
ac_add_options --with-system-zlib</literal>
|
||||
ac_add_options --with-system-zlib
|
||||
|
||||
export CC=clang CXX=clang++</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<note>
|
||||
@ -285,8 +287,7 @@ EOF</userinput></screen>
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>export CC=clang CXX=clang++ &&
|
||||
./mach configure &&
|
||||
<screen><userinput>./mach configure &&
|
||||
./mach build</userinput></screen>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user