projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
648eedb
)
librsync: add missing dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:49 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:49 +0000
(
01:56
+0000)
SVN-Revision: 32254
libs/librsync/Makefile
patch
|
blob
|
history
diff --git
a/libs/librsync/Makefile
b/libs/librsync/Makefile
index ff1ab7f64a7330c4cf52057823e77ad28c360110..653be54027d73e148349d667430433917c61f562 100644
(file)
--- a/
libs/librsync/Makefile
+++ b/
libs/librsync/Makefile
@@
-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