generic-poky/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/021-nolibwrap.patch
Scott Garman 34cd3f70af unfs-server: add Upstream-Status field to patches
(From OE-Core rev: a0ae76f922816896bbdcd67dfa4e4f2b3e769184)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-19 17:34:20 +01:00

26 lines
587 B
Diff

Upstream-Status: Inappropriate [other]
Upstream is not making further releases of this software.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
# Remove libwrap linkage
# Patch origin: Wind River
---
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/configure.in
+++ b/configure.in
@@ -86,8 +86,8 @@ AC_AUTHDES_GETUCRED
AC_BROKEN_SETFSUID
AC_MOUNTLIST
AC_FSUSAGE
-AC_CHECK_LIB(wrap, main)
-AC_LIBWRAP_BUG
+dnl AC_CHECK_LIB(wrap, main)
+dnl AC_LIBWRAP_BUG
AC_BSD_SIGNALS
dnl **************************************************************