From 2dbe60a5c8d806758609cc499ddbd68437f1fbcc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 13 Oct 2011 21:55:56 +0200 Subject: make it for uClibc usable --- package/pam/patches/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/pam/patches/patch-configure (limited to 'package/pam/patches/patch-configure') 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 -- cgit v1.2.3