diff options
Diffstat (limited to 'package/linux-pam/linux-pam-configure.patch')
-rw-r--r-- | package/linux-pam/linux-pam-configure.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/linux-pam/linux-pam-configure.patch b/package/linux-pam/linux-pam-configure.patch index 0b2326b1d6..d39261f74e 100644 --- a/package/linux-pam/linux-pam-configure.patch +++ b/package/linux-pam/linux-pam-configure.patch @@ -5,11 +5,10 @@ where needed. Signed-off-by: Dmitry Golubovsky <golubovsky@gmail.com> -Index: linux-pam-1.1.4/configure.in -============================================================================ ---- linux-pam-1.1.4/configure.in 2011-06-24 06:46:33.000000000 -0400 -+++ linux-pam-1.1.4/configure.in 2012-08-09 21:14:11.000000000 -0400 -@@ -522,7 +522,7 @@ +diff -urN a/configure.in b/configure.in +--- a/configure.in 2012-08-17 03:48:24.000000000 -0500 ++++ b/configure.in 2013-07-17 09:49:23.760254684 -0500 +@@ -526,7 +526,7 @@ AC_CHECK_FUNCS(strcspn strdup strspn strstr strtol uname) AC_CHECK_FUNCS(getutent_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r) AC_CHECK_FUNCS(getgrouplist getline getdelim) |