summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-25 22:19:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-25 22:20:23 +0200
commitb6c5824451788b753d2054e3d1d938d4af26a6a5 (patch)
tree45b13eb37ff04c0ca3988db51a335ab631b1c92d /package/pam/patches/patch-configure
parent477550f1fadbe30cbf722a4974cd92ec65e12d19 (diff)
fix pam musl build
Diffstat (limited to 'package/pam/patches/patch-configure')
-rw-r--r--package/pam/patches/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/pam/patches/patch-configure b/package/pam/patches/patch-configure
deleted file mode 100644
index 63e03cf5d..000000000
--- a/package/pam/patches/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- Linux-PAM-1.1.8.orig/configure 2013-09-19 10:01:32.000000000 +0200
-+++ Linux-PAM-1.1.8/configure 2013-12-21 18:40:31.000000000 +0100
-@@ -10718,8 +10718,6 @@ then
- if test ${libdir} = '${exec_prefix}/lib'
- then
- case "`uname -m`" in
-- x86_64|ppc64|s390x|sparc64)
-- libdir="/lib64" ;;
- *)
- libdir="/lib" ;;
- esac
-@@ -13299,7 +13297,7 @@ $as_echo "$ac_cv_search_crypt" >&6; }
- ac_res=$ac_cv_search_crypt
- if test "$ac_res" != no; then :
- test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-- LIBCRYPT="-l$ac_lib"
-+ LIBCRYPT="-lcrypt"
- else
- LIBCRYPT=""
- fi