projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df851d
)
[packages] perl: Requires rsync on host system for modules
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Aug 2008 06:04:00 +0000
(06:04 +0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Aug 2008 06:04:00 +0000
(06:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12061
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/perl/Makefile
patch
|
blob
|
history
diff --git
a/lang/perl/Makefile
b/lang/perl/Makefile
index
d5dce30
..
5144a66
100644
(file)
--- 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