openwrt-packages/utils/shadow/patches
Rafał Miłecki f7c0dcb4c4 shadow: use proper fix for checking subordinate IDs support
During 4.2.1 version update support for subordinate IDs has been
disabled. It was handled by:

1) Adding --disable-subordinate-ids to avoid:
configure: error: cannot run test program while cross compiling

2) Adding patch 003-fix-disabling-subids.patch to avoid:
usermod.c: In function 'process_flags':
usermod.c:1364:10: error: 'vflg' undeclared (first use in this function)
  if (   (vflg || Vflg)
          ^

This commit adds a patch with a proper configure.in fix. We don't need
to disable subordinate IDs anymore.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-11-15 19:08:42 +01:00
..
001-busybox_ash.patch shadow: update to 4.2.1, add PKG_LICENSE 2014-08-12 08:49:34 +02:00
002-disable-ruser-lookup.patch shadow: update to 4.2.1, add PKG_LICENSE 2014-08-12 08:49:34 +02:00
003-Check-size-of-uid_t-and-gid_t-using-AC_CHECK_SIZEOF.patch shadow: use proper fix for checking subordinate IDs support 2017-11-15 19:08:42 +01:00
004-fix-su-controoling-term.patch shadow: use proper fix for checking subordinate IDs support 2017-11-15 19:08:42 +01:00