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 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 -