summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch')
-rw-r--r--meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
index 98ecd38642..b1d746f8bc 100644
--- a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
+++ b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
@@ -1,4 +1,4 @@
1From dc3f2250908587710f109c80ddf8a94f0bc40b82 Mon Sep 17 00:00:00 2001 1From 7147add9fedfb28909639ae419f995041d086266 Mon Sep 17 00:00:00 2001
2From: Jonathan Richardson <jonathan.richardson@broadcom.com> 2From: Jonathan Richardson <jonathan.richardson@broadcom.com>
3Date: Fri, 6 Apr 2018 10:49:04 -0700 3Date: Fri, 6 Apr 2018 10:49:04 -0700
4Subject: [PATCH] autotools: Add option to disable installation of systemd conf 4Subject: [PATCH] autotools: Add option to disable installation of systemd conf
@@ -23,10 +23,10 @@ Upstream-Status: Pending
23 2 files changed, 11 insertions(+), 1 deletion(-) 23 2 files changed, 11 insertions(+), 1 deletion(-)
24 24
25diff --git a/Makefile.am b/Makefile.am 25diff --git a/Makefile.am b/Makefile.am
26index 292c0fd..0fb9bb0 100644 26index 86174e9..e90e966 100644
27--- a/Makefile.am 27--- a/Makefile.am
28+++ b/Makefile.am 28+++ b/Makefile.am
29@@ -138,8 +138,9 @@ install-data-hook: installdirs-local 29@@ -141,8 +141,9 @@ install-data-hook: installdirs-local
30 pkgconfigdir = ${libdir}/pkgconfig 30 pkgconfigdir = ${libdir}/pkgconfig
31 pkgconfig_DATA = lldpad.pc liblldp_clif.pc 31 pkgconfig_DATA = lldpad.pc liblldp_clif.pc
32 32
@@ -38,10 +38,10 @@ index 292c0fd..0fb9bb0 100644
38 bashcompletiondir = $(sysconfdir)/bash_completion.d 38 bashcompletiondir = $(sysconfdir)/bash_completion.d
39 dist_bashcompletion_DATA = contrib/bash_completion/lldpad contrib/bash_completion/lldptool 39 dist_bashcompletion_DATA = contrib/bash_completion/lldpad contrib/bash_completion/lldptool
40diff --git a/configure.ac b/configure.ac 40diff --git a/configure.ac b/configure.ac
41index 0667446..f75f433 100644 41index fa2f3a0..1a038cd 100644
42--- a/configure.ac 42--- a/configure.ac
43+++ b/configure.ac 43+++ b/configure.ac
44@@ -95,6 +95,15 @@ AC_TYPE_UINT16_T 44@@ -132,6 +132,15 @@ AC_TYPE_UINT16_T
45 AC_TYPE_UINT32_T 45 AC_TYPE_UINT32_T
46 AC_TYPE_UINT8_T 46 AC_TYPE_UINT8_T
47 47