Fix missing dependency against libpopt (#3476)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 May 2008 09:46:40 +0000 (09:46 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 May 2008 09:46:40 +0000 (09:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11268 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/rdiff-backup/Makefile

index 8fdf42c..1b717df 100644 (file)
@@ -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