mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user