mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sys-apps/ucspi-tcp: build w/ -std=gnu17
too many changes if port to C23 Closes: https://bugs.gentoo.org/943897 Closes: https://bugs.gentoo.org/944142 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42013 Closes: https://github.com/gentoo/gentoo/pull/42013 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
ad3258a910
commit
eeeaa4e1df
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qmail toolchain-funcs
|
||||
inherit flag-o-matic qmail toolchain-funcs
|
||||
|
||||
DESCRIPTION="Collection of tools for managing UNIX services"
|
||||
HOMEPAGE="https://cr.yp.to/ucspi-tcp.html"
|
||||
@ -60,6 +60,9 @@ src_configure() {
|
||||
# See also the patch above for generating the "makelib" script.
|
||||
tc-export AR RANLIB
|
||||
|
||||
append-cflags $(test-flags-CC -std=gnu17)
|
||||
|
||||
echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die
|
||||
echo "${EPREFIX}/usr/" > conf-home || die
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user