Changeset eedb6d02 for xsoft


Ignore:
Timestamp:
11/07/2023 02:46:49 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
29ef9b8f
Parents:
679f4d6a
git-author:
Xi Ruoyao <xry111@…> (11/07/2023 02:34:59 PM)
git-committer:
Xi Ruoyao <xry111@…> (11/07/2023 02:46:49 PM)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r679f4d6a reedb6d02  
    247247ac_add_options --with-system-jpeg
    248248ac_add_options --with-system-png
    249 ac_add_options --with-system-zlib</literal>
     249ac_add_options --with-system-zlib
     250
     251export CC=clang CXX=clang++</literal>
    250252EOF</userinput></screen>
    251253
     
    286288    </para>
    287289
    288 <screen><userinput>export CC=clang CXX=clang++          &amp;&amp;
    289 ./mach configure &amp;&amp;
     290<screen><userinput>./mach configure &amp;&amp;
    290291./mach build</userinput></screen>
    291292
Note: See TracChangeset for help on using the changeset viewer.