summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-configure
blob: 728ff64925727cb4df608a6936c2137421875bc4 (plain)
1
2
3
4
5
6
7
8
9
10
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