diff mbox series

[meta-oe] rdfind: Fix patch-fuzz warnings

Message ID 20220913195820.841058-1-raj.khem@gmail.com
State New
Headers show
Series [meta-oe] rdfind: Fix patch-fuzz warnings | expand

Commit Message

Khem Raj Sept. 13, 2022, 7:58 p.m. UTC
Patch needs to be refreshed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../0001-configure-Fix-check-for-AC_CHECK_LIB.patch      | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch b/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch
index 754c388ae9..af69c02173 100644
--- a/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch
+++ b/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch
@@ -12,12 +12,10 @@  Signed-off-by: Khem Raj <raj.khem@gmail.com>
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/configure.ac b/configure.ac
-index be1b2fd..157a7d7 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ERROR([
-  On Debian-ish systems, use "apt-get install nettle-dev" to get a system
+@@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ER
+  On Debian-ish systems, use \"apt-get install nettle-dev\" to get a system
   wide nettle install.
  ])]) 
 -AC_CHECK_LIB(nettle,main,,[AC_MSG_ERROR([
@@ -25,6 +23,3 @@  index be1b2fd..157a7d7 100644
   Could not link to libnettle. Please install nettle
   first. If you have already done so; please run ldconfig
   as root or check whether the path libnettle was installed
--- 
-2.37.3
-