logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

shadow-4.9-configure-typo.patch (806B)


  1. https://github.com/shadow-maint/shadow/commit/049f9a7f6b320c728a6274299041e360381d7cd5
  2. From 049f9a7f6b320c728a6274299041e360381d7cd5 Mon Sep 17 00:00:00 2001
  3. From: Andy Zaugg <andy.zaugg@gmail.com>
  4. Date: Tue, 21 Sep 2021 21:51:10 -0700
  5. Subject: [PATCH] Fix parentheses in configure.ac
  6. Resolving issue https://github.com/shadow-maint/shadow/issues/419
  7. --- a/configure.ac
  8. +++ b/configure.ac
  9. @@ -345,7 +345,7 @@ if test "$with_sssd" = "yes"; then
  10. [AC_MSG_ERROR([posix_spawn is needed for sssd support])])
  11. fi
  12. -AS_IF([test "$with_su" != "no"], AC_DEFINE(WITH_SU, 1, [Build with su])])
  13. +AS_IF([test "$with_su" != "no"], AC_DEFINE(WITH_SU, 1, [Build with su]))
  14. AM_CONDITIONAL([WITH_SU], [test "x$with_su" != "xno"])
  15. dnl Check for some functions in libc first, only if not found check for