disable libpam until shadow passwords are configurable
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 03:13:56 +0000 (03:13 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 03:13:56 +0000 (03:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10044 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libpam/Makefile

index 13caf84..05a3906 100644 (file)
@@ -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