[packages] krb5: add libpthread dependency (#6530)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 23 Jan 2010 21:47:35 +0000 (21:47 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 23 Jan 2010 21:47:35 +0000 (21:47 +0000)
SVN-Revision: 19297

net/krb5/Makefile

index 80ad248104f29ae03bb531a2f0530296833432b5..ff3d25264ae4d4411e0709dc243112269d30bc8b 100644 (file)
@@ -30,7 +30,7 @@ endef
 
 define Package/krb5-server
        $(call Package/krb5/Default)
-       DEPENDS:=+krb5-libs
+       DEPENDS:=+krb5-libs +libpthread
        TITLE:=Kerberos 5 Server
 endef