commit: 609ac58709bd00d0f789308eed9508695347b8e9 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Sat Jan 4 16:06:30 2025 +0000 Commit: orbea <orbea <AT> riseup <DOT> net> CommitDate: Sat Jan 4 16:06:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=609ac587
net-dialup/ppp: sync ::gentoo Signed-off-by: orbea <orbea <AT> riseup.net> net-dialup/ppp/files/README.mpls | 15 --------------- net-dialup/ppp/ppp-2.5.1-r1.ebuild | 5 ++++- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/net-dialup/ppp/files/README.mpls b/net-dialup/ppp/files/README.mpls deleted file mode 100644 index 1ae7ae4..0000000 --- a/net-dialup/ppp/files/README.mpls +++ /dev/null @@ -1,15 +0,0 @@ -MPLS consists of 3 components: -1. MPLS forwarding -2. MPLS signalling -3. Mapping layer 3 traffic onto MPLS LSPs - -The document mpls-forwarding basics explains item 1. - -Examples of MPLS signalling protocols are: RSVP-TE LDP and CR-LDP. -The package ldp-portable is an implementation of LDP and contains more -information about LDP based MPLS signalling. - -Mapping of layer 3 traffic to MPLS LSPs is accomplised in a couple of -different ways. --Per FEC where FEC is an entry in the routing table --Virtual interface that represents an LSP diff --git a/net-dialup/ppp/ppp-2.5.1-r1.ebuild b/net-dialup/ppp/ppp-2.5.1-r1.ebuild index f1ed411..0c79eed 100644 --- a/net-dialup/ppp/ppp-2.5.1-r1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1-r1.ebuild @@ -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/" @@ -72,6 +72,9 @@ src_prepare() { } src_configure() { + # bug #944065 + append-cflags -std=gnu17 + local args=( --localstatedir="${EPREFIX}"/var --runstatedir="${EPREFIX}"/run
