summaryrefslogtreecommitdiff
path: root/package/pam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pam/Makefile')
-rw-r--r--package/pam/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile
index 4fb90e26a..93169d848 100644
--- a/package/pam/Makefile
+++ b/package/pam/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= pam
PKG_VERSION:= 1.1.4
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= ff8f3c4382b78ac211e11bcd56ab17bf
PKG_DESCR:= Pluggable Authentication Modules
PKG_BUILDDEP:= flex
@@ -20,6 +20,8 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PAM,pam,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
XAKE_FLAGS+= GCC_HONOUR_COPTS=s
+CONFIGURE_ARGS+= --disable-nis \
+ --enable-db=no
pam-install:
$(INSTALL_DIR) $(IDIR_PAM)/etc/security
@@ -27,7 +29,7 @@ pam-install:
$(INSTALL_DIR) $(IDIR_PAM)/lib/security
$(CP) $(WRKINST)/lib/libpam*.so* $(IDIR_PAM)/lib
$(CP) $(WRKINST)/lib/security/*.so* $(IDIR_PAM)/lib/security
- $(CP) $(WRKBUILD)/conf/pam.conf $(IDIR_PAM)/etc
+ $(CP) ./files/pam.conf $(IDIR_PAM)/etc
# /lib is not automatically installed to staging area
$(CP) $(WRKINST)/lib/libpam*.so* $(STAGING_DIR)/usr/lib