mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 15:04:55 +00:00
sthttpd: disable C23 support to fix configure check
Set ac_cv_prog_cc_c23=no to prevent autoconf from detecting C23 compiler support, avoiding potential build failures as the package is not yet fully ported to support C23 standard. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
6b90623439
commit
0581dcc49b
@ -19,6 +19,8 @@ UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+).tar.gz"
|
|||||||
|
|
||||||
inherit autotools update-rc.d systemd update-alternatives
|
inherit autotools update-rc.d systemd update-alternatives
|
||||||
|
|
||||||
|
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
|
||||||
|
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
ALTERNATIVE:${PN}-doc = "htpasswd.1"
|
ALTERNATIVE:${PN}-doc = "htpasswd.1"
|
||||||
ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1"
|
ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user