librsync: add missing dependencies
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 01:56:49 +0000 (01:56 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 01:56:49 +0000 (01:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32254 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/librsync/Makefile

index ff1ab7f..653be54 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