mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user