[packages] krb5: krb5-client depends on krb5-libs
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 23:47:29 +0000 (23:47 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 23:47:29 +0000 (23:47 +0000)
SVN-Revision: 32277

net/krb5/Makefile

index bd5b33fe858bdf4f3a0f285c29350f61940d57bc..2f0cf53a98bdec76f2e514136e23a6719d398af3 100644 (file)
@@ -43,6 +43,7 @@ endef
 
 define Package/krb5-client
        $(call Package/krb5/Default)
+       DEPENDS:=+krb5-libs
        TITLE:=Kerberos 5 Client
 endef