summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'package/pam/patches/patch-configure')
-rw-r--r--package/pam/patches/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pam/patches/patch-configure b/package/pam/patches/patch-configure
new file mode 100644
index 000000000..728ff6492
--- /dev/null
+++ b/package/pam/patches/patch-configure
@@ -0,0 +1,11 @@
+--- Linux-PAM-1.1.4.orig/configure 2011-06-24 12:48:18.000000000 +0200
++++ Linux-PAM-1.1.4/configure 2011-10-12 14:51:42.323559002 +0200
+@@ -2766,8 +2766,6 @@ then
+ if test ${libdir} = '${exec_prefix}/lib'
+ then
+ case "`uname -m`" in
+- x86_64|ppc64|s390x|sparc64)
+- libdir="/lib64" ;;
+ *)
+ libdir="/lib" ;;
+ esac