summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-configure_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/pam/patches/patch-configure_in')
-rw-r--r--package/pam/patches/patch-configure_in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/pam/patches/patch-configure_in b/package/pam/patches/patch-configure_in
new file mode 100644
index 000000000..499ecc705
--- /dev/null
+++ b/package/pam/patches/patch-configure_in
@@ -0,0 +1,16 @@
+--- Linux-PAM-1.1.8.orig/configure.in 2013-09-18 14:30:13.000000000 +0200
++++ Linux-PAM-1.1.8/configure.in 2014-05-24 11:00:07.000000000 +0200
+@@ -28,12 +28,7 @@ dnl If we use /usr as prefix, use /etc f
+ fi
+ if test ${libdir} = '${exec_prefix}/lib'
+ then
+- case "`uname -m`" in
+- x86_64|ppc64|s390x|sparc64)
+- libdir="/lib64" ;;
+- *)
+- libdir="/lib" ;;
+- esac
++ libdir="/lib"
+ fi
+ if test ${sbindir} = '${exec_prefix}/sbin'
+ then