mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-dialup/ppp: build w/ -std=gnu17
Old codebase. Closes: https://bugs.gentoo.org/943931 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit linux-info pam tmpfiles
|
||||
inherit flag-o-matic linux-info pam tmpfiles
|
||||
|
||||
DESCRIPTION="Point-to-Point Protocol (PPP)"
|
||||
HOMEPAGE="https://ppp.samba.org/"
|
||||
@@ -70,6 +70,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #944065
|
||||
append-cflags -std=gnu17
|
||||
|
||||
local args=(
|
||||
--localstatedir="${EPREFIX}"/var
|
||||
--runstatedir="${EPREFIX}"/run
|
||||
|
||||
Reference in New Issue
Block a user