From 1bef785265833d7fc47df1dd48e305962ec15bb9 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 30 Dec 2007 03:13:56 +0000 Subject: [PATCH] disable libpam until shadow passwords are configurable git-svn-id: svn://svn.openwrt.org/openwrt/packages@10044 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libpam/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index 13caf8496..05a3906eb 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libpam SECTION:=libs CATEGORY:=Libraries + DEPENDS:=@BROKEN TITLE:=free implementation of the following DCE-RFC from Sunsoft. URL:=http://www.kernel.org/pub/linux/libs/pam endef