Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / libs / libpam / Makefile
index 7881c3ef9158c9c60c379bd23caeaac948c742a4..f7b46cebb225181082101bbf3a3320ce9e129e3f 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpam
-PKG_VERSION:=1.1.8
-PKG_RELEASE:=3
+PKG_VERSION:=1.2.0
+PKG_RELEASE:=2
 
 PKG_SOURCE:=Linux-PAM-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.linux-pam.org/library/
-PKG_MD5SUM:=35b6091af95981b1b2cd60d813b5e4ee
+PKG_HASH:=cd8beac5961e942e9c73b32a3cd1a3457755f8fb35d07c9ec64511e19e135ea4
 PKG_INSTALL:=1
 PKG_FIXUP:=autoreconf
 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
@@ -45,6 +45,8 @@ define Build/Configure
                --disable-selinux \
                --disable-nls \
                --disable-rpath \
+               --disable-nis \
+               --disable-regenerate-docu \
                --enable-db=no \
        )
 endef