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:
dded829
)
Fix missing dependency against libpopt (#3476)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 26 May 2008 09:46:40 +0000
(09:46 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 26 May 2008 09:46:40 +0000
(09:46 +0000)
SVN-Revision: 11268
utils/rdiff-backup/Makefile
patch
|
blob
|
history
diff --git
a/utils/rdiff-backup/Makefile
b/utils/rdiff-backup/Makefile
index 8fdf42cb666efa0723979c222ae5e581307ed5c3..1b717df102e1208a886af9753fb22bd69d581a65 100644
(file)
--- a/
utils/rdiff-backup/Makefile
+++ b/
utils/rdiff-backup/Makefile
@@
-30,7
+30,7
@@
define Package/rdiff-backup
CATEGORY:=Languages
TITLE:=Incremental backup utility
URL:=http://www.nongnu.org/rdiff-backup
- DEPENDS:=python-core +librsync
+ DEPENDS:=python-core +librsync
+libpopt
endef
define PyPackage/rdiff-backup/filespec