From: Andy Boyett Date: Fri, 1 Aug 2008 06:04:00 +0000 (+0000) Subject: [packages] perl: Requires rsync on host system for modules X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=594bf8a688251a484c162865b0dba9ef34b9e105;hp=4977dbba77c11698240e91d490897f4e3dc48449 [packages] perl: Requires rsync on host system for modules SVN-Revision: 12061 --- diff --git a/lang/perl/Makefile b/lang/perl/Makefile index d5dce3022b..5144a66147 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -183,4 +183,8 @@ $(eval $(Build/perl)) $(eval $(call BuildPackage,microperl)) $(eval $(call BuildPackage,perl)) +$(eval $(call RequireCommand,rsync, \ + $(PKG_NAME) requires rsync installed on the host-system. \ +)) + -include perlbase.mk