Andrew Geissler | a1a6aef | 2021-06-25 14:23:58 -0500 | [diff] [blame] | 1 | nsupdate path is needed for various exec call |
| 2 | but don't run natvie tests on it. |
| 3 | |
| 4 | |
| 5 | Upstream-Status: Inappropriate [OE specific] |
| 6 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 7 | |
| 8 | Index: sssd-2.5.0/src/external/nsupdate.m4 |
| 9 | =================================================================== |
| 10 | --- sssd-2.5.0.orig/src/external/nsupdate.m4 |
| 11 | +++ sssd-2.5.0/src/external/nsupdate.m4 |
| 12 | @@ -3,16 +3,4 @@ AC_MSG_CHECKING(for executable nsupdate) |
| 13 | if test -x "$NSUPDATE"; then |
| 14 | AC_DEFINE_UNQUOTED([NSUPDATE_PATH], ["$NSUPDATE"], [The path to nsupdate]) |
| 15 | AC_MSG_RESULT(yes) |
| 16 | - |
| 17 | - AC_MSG_CHECKING(for nsupdate 'realm' support') |
| 18 | - if AC_RUN_LOG([echo realm |$NSUPDATE >&2]); then |
| 19 | - AC_MSG_RESULT([yes]) |
| 20 | - else |
| 21 | - AC_MSG_RESULT([no]) |
| 22 | - AC_MSG_ERROR([nsupdate does not support 'realm']) |
| 23 | - fi |
| 24 | - |
| 25 | -else |
| 26 | - AC_MSG_RESULT([no]) |
| 27 | - AC_MSG_ERROR([nsupdate is not available]) |
| 28 | fi |