building-notes: Drop "qmake" from "using parent flags" examples

AFAIK to make Qt respect {C,CXX}FLAGS, you need to patch it.

Link:https://wiki.linuxfromscratch.org/blfs/wiki/qt5#CustomOptimizations
This commit is contained in:
Xi Ruoyao 2023-07-22 12:27:01 +08:00
parent ec3211006d
commit f9a6ca2d41
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -1060,7 +1060,7 @@ chmod 744 /usr/sbin/strip-all.sh</userinput></screen>
</para>
<para>
If building Perl or Python modules, or Qt packages which use qmake,
If building Perl or Python modules,
in general the <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>
used are those which were used by those <quote>parent</quote>
packages.