summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch')
-rw-r--r--meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
index 13df3bb0e9..37e210e6da 100644
--- a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
+++ b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
@@ -31,11 +31,11 @@ Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31 configure.in | 2 +- 31 configure.in | 2 +-
32 1 file changed, 1 insertion(+), 1 deletion(-) 32 1 file changed, 1 insertion(+), 1 deletion(-)
33 33
34diff --git a/configure.in b/configure.in 34Index: bind-9.11.3/configure.in
35index c9ef3a601343..17a1f613e9ac 100644 35===================================================================
36--- a/configure.in 36--- bind-9.11.3.orig/configure.in
37+++ b/configure.in 37+++ bind-9.11.3/configure.in
38@@ -2139,7 +2139,7 @@ case "$use_libjson" in 38@@ -2574,7 +2574,7 @@ case "$use_libjson" in
39 libjson_libs="" 39 libjson_libs=""
40 ;; 40 ;;
41 auto|yes) 41 auto|yes)
@@ -44,6 +44,3 @@ index c9ef3a601343..17a1f613e9ac 100644
44 do 44 do
45 if test -f "${d}/include/json/json.h" 45 if test -f "${d}/include/json/json.h"
46 then 46 then
47--
482.4.2
49