librsync: add missing dependencies
authorFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:49 +0000 (01:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:49 +0000 (01:56 +0000)
SVN-Revision: 32254

libs/librsync/Makefile

index ff1ab7f64a7330c4cf52057823e77ad28c360110..653be54027d73e148349d667430433917c61f562 100644 (file)
@@ -26,6 +26,7 @@ define Package/librsync
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=implementation of the rolling-checksum algorithm
+  DEPENDS:=+libbz2 +libpopt +zlib
   URL:=http://librsync.sourceforge.net/
 endef