From fdca6388cf31827202fae75cae067c695bd09339 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 13 Apr 2023 23:44:17 +0100 Subject: gentoo auto-resync : 13:04:2023 - 23:44:17 --- .../ppp/files/ppp-2.5.0-add-dhcp-plugin.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 net-dialup/ppp/files/ppp-2.5.0-add-dhcp-plugin.patch (limited to 'net-dialup/ppp/files') diff --git a/net-dialup/ppp/files/ppp-2.5.0-add-dhcp-plugin.patch b/net-dialup/ppp/files/ppp-2.5.0-add-dhcp-plugin.patch new file mode 100644 index 000000000000..d5ad7a76138c --- /dev/null +++ b/net-dialup/ppp/files/ppp-2.5.0-add-dhcp-plugin.patch @@ -0,0 +1,36 @@ +From de05f72948317b40c19b1c113e18713816010dd9 Mon Sep 17 00:00:00 2001 +From: Mike Gilbert +Date: Thu, 13 Apr 2023 16:26:56 -0400 +Subject: [PATCH] Add dhcp plugin + +--- + configure.ac | 1 + + pppd/plugins/Makefile.am | 2 +- + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 1180f64..5db4197 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -329,6 +329,7 @@ AC_CONFIG_FILES([ + pppd/Makefile + pppd/pppd.pc + pppd/plugins/Makefile ++ pppd/plugins/dhcp/Makefile + pppd/plugins/pppoe/Makefile + pppd/plugins/pppoatm/Makefile + pppd/plugins/pppol2tp/Makefile +diff --git a/pppd/plugins/Makefile.am b/pppd/plugins/Makefile.am +index 2826148..9708ab1 100644 +--- a/pppd/plugins/Makefile.am ++++ b/pppd/plugins/Makefile.am +@@ -21,5 +21,5 @@ winbind_la_LDFLAGS = $(PLUGIN_LDFLAGS) + winbind_la_SOURCES = winbind.c + + if !SUNOS +-SUBDIRS = pppoe pppoatm pppol2tp radius ++SUBDIRS = dhcp pppoe pppoatm pppol2tp radius + endif +-- +2.40.0 + -- cgit v1.2.3