openwrt-redmi-ax3000/package/libs/openssl
Christian Marangi 2703bdda02
openssl: rework CFLAGS handling on compilation
This mainly improve the CFLAGS handling on compilation of OpenSSL.

The CFLAGS are currently passed 2 times generating compilation warning
due to -fhonour-copts passed 2 times.

This can be improved by passing the CFLAGS as env to the OpenSSL
Configure tool.

For consistency we do the same for CPPFLAGS and LDFLAGS.

This permits to drop redundant flags in the Compile phase and from the
.conf file.

Link: https://github.com/openwrt/openwrt/pull/20665
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-06 10:12:05 +01:00
..
files
patches openssl: rework CFLAGS handling on compilation 2025-11-06 10:12:05 +01:00
Config.in
Makefile openssl: rework CFLAGS handling on compilation 2025-11-06 10:12:05 +01:00