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:
b3ac178
)
[package] perl-compress-bzip2: depend on libbz2
author
Florian Fainelli
<florian@openwrt.org>
Tue, 13 Sep 2011 17:29:23 +0000
(17:29 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 13 Sep 2011 17:29:23 +0000
(17:29 +0000)
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28229
lang/perl-compress-bzip2/Makefile
patch
|
blob
|
history
diff --git
a/lang/perl-compress-bzip2/Makefile
b/lang/perl-compress-bzip2/Makefile
index de4c4f454deb3d6e47038f8565ca00ac1351c884..2e063731bb540e5d7808bc487d33044f92917d8d 100644
(file)
--- a/
lang/perl-compress-bzip2/Makefile
+++ b/
lang/perl-compress-bzip2/Makefile
@@
-20,7
+20,7
@@
define Package/perl-compress-bzip2
CATEGORY:=Languages
TITLE:=Perl interface to bzip2 compression library
URL:=http://search.cpan.org/dist/Compress-Bzip2/
- DEPENDS:=perl +
bzip
2
+ DEPENDS:=perl +
libbz
2
endef
define Build/Configure