File pam_ldap-arm-linux-gnueabi.patch of Package pam_ldap
diff -Naur pam_ldap-185.orig/configure pam_ldap-185/configure
--- pam_ldap-185.orig/configure 2009-11-06 11:29:34.000000000 +0100
+++ pam_ldap-185/configure 2012-04-26 22:47:29.000000000 +0200
@@ -3339,7 +3339,7 @@
-if test "$target_os" = "linux" -o "$target_os" = "linux-gnu"; then
+if test "$target_os" = "linux" -o "$target_os" = "linux-gnu" -o "$target_os" = "linux-gnueabi"; then
EXTENSION_SO_TRUE=
EXTENSION_SO_FALSE='#'
else
diff -Naur pam_ldap-185.orig/configure.in pam_ldap-185/configure.in
--- pam_ldap-185.orig/configure.in 2009-11-06 11:29:34.000000000 +0100
+++ pam_ldap-185/configure.in 2012-04-26 23:25:25.000000000 +0200
@@ -48,7 +48,7 @@
AC_SUBST(pam_ldap_so_LDFLAGS)
AM_CONDITIONAL(USE_NATIVE_LINKER, test -n "$pam_ldap_so_LD")
-AM_CONDITIONAL(EXTENSION_SO, test "$target_os" = "linux" -o "$target_os" = "linux-gnu")
+AM_CONDITIONAL(EXTENSION_SO, test "$target_os" = "linux" -o "$target_os" = "linux-gnu" -o "$target_os" = "linux-gnueabi")
AM_CONDITIONAL(EXTENSION_1, test "$TARGET_OS" = "HPUX")
if test -n "$with_ldap_dir"; then