summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-13 21:55:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-13 21:55:56 +0200
commit2dbe60a5c8d806758609cc499ddbd68437f1fbcc (patch)
tree6fa884ac691a9a830011455ea9b5822b9a1009f1 /package/pam/patches/patch-configure
parent99611d3de4fafd225966d197ca064b6f1fb05afa (diff)
make it for uClibc usable
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