diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 09:10:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 09:10:52 +0100 |
commit | 3538066907a0ce9b3f357d7eded0c725314525da (patch) | |
tree | fefc830300436bbbbb14c4e4c6923c1a47bfe04e /package | |
parent | ca463b87887d8151b83d222dc35d461991c1dd63 (diff) |
fix pam compile
Diffstat (limited to 'package')
-rw-r--r-- | package/pam/Makefile | 2 | ||||
-rw-r--r-- | package/pam/patches/patch-configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile index 20db87238..a326655e8 100644 --- a/package/pam/Makefile +++ b/package/pam/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= pam PKG_VERSION:= 1.1.8 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 5107bbf54042400b6200e8367cc7feef PKG_DESCR:= Pluggable Authentication Modules PKG_BUILDDEP:= flex diff --git a/package/pam/patches/patch-configure b/package/pam/patches/patch-configure index 50e967fd8..63e03cf5d 100644 --- a/package/pam/patches/patch-configure +++ b/package/pam/patches/patch-configure @@ -14,7 +14,7 @@ if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - LIBCRYPT="-l$ac_lib" -+ LIBCRYPT="" ++ LIBCRYPT="-lcrypt" else LIBCRYPT="" fi |