net-misc/dhcp: build w/ -std=gnu17

EOL upstream.

Closes: https://bugs.gentoo.org/944907
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-11-26 03:04:10 +00:00
parent 7db90211d3
commit cd77bc51bf

View File

@@ -147,6 +147,9 @@ src_prepare() {
}
src_configure() {
# bug #944907
append-cflags -std=gnu17
# bind defaults to stupid `/usr/bin/ar`
tc-export AR BUILD_CC
export ac_cv_path_AR=${AR}