aboutsummaryrefslogtreecommitdiff
path: root/libs/libpam/patches/0001-build-always-use-lib-instead-of-lib64.patch
blob: a40274f776f247912dff6ec3b057e7b7733acb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl If we use /usr as prefix, use /etc f
         then
                 sysconfdir="/etc"
         fi
-	if test ${libdir} = '${exec_prefix}/lib'
+	if false
 	then
 		case "$host_cpu" in
 		    x86_64|ppc64|s390x|sparc64)