Trying to enable GZIP loader feature by adding LOADER_GZIP_SUPPORT=YES into src.conf while building a CI infrastructure would lead to disabling this feature as current makefile code checks for yes/no values in a case-sensitive manner.
This oatch makes these checks case-insensitive and adds some hints for future us.