Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (21330b45fede2a13beae891df9597dbc2249cbfa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (21330b45fede2a13beae891df9597dbc2249cbfa)
  • Date: Thu, 21 Feb 2019 22:10:37 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

net/dhcpcd/HISTORY | 4 ++++
net/dhcpcd/PRE_BUILD | 4 ++++
net/dhcpcd/patches/dhcp4.patch | 11 +++++++++++
3 files changed, 19 insertions(+)

New commits:
commit 21330b45fede2a13beae891df9597dbc2249cbfa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/dhcpcd: fixed building dhcpcd binary w/o IPv6 support

diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index e979ca8..56be4f8 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,7 @@
+2019-02-21 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, patches/dhcp4.patch: added to fix building dhcpcd binary
+ without IPv6 support
+
2019-02-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.1.1

diff --git a/net/dhcpcd/PRE_BUILD b/net/dhcpcd/PRE_BUILD
new file mode 100755
index 0000000..f80ee7d
--- /dev/null
+++ b/net/dhcpcd/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+apply_patch_dir patches
diff --git a/net/dhcpcd/patches/dhcp4.patch b/net/dhcpcd/patches/dhcp4.patch
new file mode 100644
index 0000000..6a438aa
--- /dev/null
+++ b/net/dhcpcd/patches/dhcp4.patch
@@ -0,0 +1,11 @@
+diff --git a/src/dhcpcd.c b/src/dhcpcd.c
+--- a/src/dhcpcd.c
++++ b/src/dhcpcd.c
+@@ -54,6 +54,7 @@
+ #include "dev.h"
+ #include "dhcp-common.h"
+ #include "dhcpcd.h"
++#include "dhcp.h"
+ #include "dhcp6.h"
+ #include "duid.h"
+ #include "eloop.h"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (21330b45fede2a13beae891df9597dbc2249cbfa), Pavel Vinogradov, 02/21/2019

Archive powered by MHonArc 2.6.24.

Top of Page