mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
(From OE-Core rev: a0ae76f922816896bbdcd67dfa4e4f2b3e769184) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
587 B
Diff
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 **************************************************************
|