diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/kea/files/0001-Makefile.am-update-hooksdir-for-lease_cmds.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/kea/files/0001-Makefile.am-update-hooksdir-for-lease_cmds.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/kea/files/0001-Makefile.am-update-hooksdir-for-lease_cmds.patch b/meta-networking/recipes-connectivity/kea/files/0001-Makefile.am-update-hooksdir-for-lease_cmds.patch new file mode 100644 index 0000000000..72fa113b00 --- /dev/null +++ b/meta-networking/recipes-connectivity/kea/files/0001-Makefile.am-update-hooksdir-for-lease_cmds.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | From 77ab10015512e9cc0c7a160bd6b534bf4174bc95 Mon Sep 17 00:00:00 2001 | ||
2 | From: Mingli Yu <Mingli.Yu@windriver.com> | ||
3 | Date: Wed, 21 Mar 2018 06:01:38 +0000 | ||
4 | Subject: [PATCH] Makefile.am: update hooksdir for lease_cmds | ||
5 | |||
6 | update hooksdir for lease_cmds | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | |||
10 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | ||
11 | --- | ||
12 | src/hooks/dhcp/lease_cmds/Makefile.am | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/src/hooks/dhcp/lease_cmds/Makefile.am b/src/hooks/dhcp/lease_cmds/Makefile.am | ||
16 | index cfd6779..22cc4a9 100644 | ||
17 | --- a/src/hooks/dhcp/lease_cmds/Makefile.am | ||
18 | +++ b/src/hooks/dhcp/lease_cmds/Makefile.am | ||
19 | @@ -37,7 +37,7 @@ liblease_cmds_la_CXXFLAGS = $(AM_CXXFLAGS) | ||
20 | liblease_cmds_la_CPPFLAGS = $(AM_CPPFLAGS) | ||
21 | |||
22 | # install the shared object into $(libdir)/hooks | ||
23 | -lib_hooksdir = $(libdir)/hooks | ||
24 | +lib_hooksdir = $(libdir)/kea/hooks | ||
25 | lib_hooks_LTLIBRARIES = libdhcp_lease_cmds.la | ||
26 | |||
27 | libdhcp_lease_cmds_la_SOURCES = | ||
28 | -- | ||
29 | 2.13.3 | ||
30 | |||