summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-02-06 06:53:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-08 13:20:02 +0000
commitcc7164836097a4100dce65e93b24a3a8874f65b3 (patch)
tree9c142562ffd15a09e3e6cb2876032268be171e19 /meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch
parentd16884504627477496a39043e658ce0ebb69f830 (diff)
downloadpoky-cc7164836097a4100dce65e93b24a3a8874f65b3.tar.gz
dhcp: upgrade 4.4.1 -> 4.4.2
0001-Fix-a-NSUPDATE-compiling-issue.patch 0001-master-Added-includes-of-new-BIND9-compatibility-hea.patch Removed since they are included in 4.4.2. refresh the following patch: 0004-Fix-out-of-tree-builds.patch (From OE-Core rev: d3c6f7e689a743fd060755eceb60353093013e84) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch b/meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch
index b71c93dd6d..7b57730ffb 100644
--- a/meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch
+++ b/meta/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch
@@ -85,9 +85,11 @@ Index: dhcp-4.4.1/relay/Makefile.am
85=================================================================== 85===================================================================
86--- dhcp-4.4.1.orig/relay/Makefile.am 86--- dhcp-4.4.1.orig/relay/Makefile.am
87+++ dhcp-4.4.1/relay/Makefile.am 87+++ dhcp-4.4.1/relay/Makefile.am
88@@ -1,4 +1,4 @@ 88@@ -1,6 +1,6 @@
89 SUBDIRS = . tests
90
89-AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"' 91-AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"'
90+AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"' -I$(top_srcdir)/includes 92+AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"' -I$(top_srcdir)/includes
91 93
92 sbin_PROGRAMS = dhcrelay 94 sbin_PROGRAMS = dhcrelay
93 dhcrelay_SOURCES = dhcrelay.c 95 dhcrelay_SOURCES = dhcrelay.c