disable libpam until shadow passwords are configurable
authorFelix Fietkau <nbd@openwrt.org>
Sun, 30 Dec 2007 03:13:56 +0000 (03:13 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 30 Dec 2007 03:13:56 +0000 (03:13 +0000)
SVN-Revision: 10044

libs/libpam/Makefile

index 13caf849610d4fc4f55205638a785cc26ebf0e71..05a3906eb50ee22c0b739b76e26412cd1f234f52 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