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:
21ed62d
)
[package] lvm depends on libncurses (#7953)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 31 Oct 2010 23:30:06 +0000
(23:30 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 31 Oct 2010 23:30:06 +0000
(23:30 +0000)
SVN-Revision: 23756
utils/lvm2/Makefile
patch
|
blob
|
history
diff --git
a/utils/lvm2/Makefile
b/utils/lvm2/Makefile
index 77a4726eb8bcf48e19e24a397464fb401db541d5..9b38df7ddaadddfebac501c4996cec7c852cf14a 100644
(file)
--- a/
utils/lvm2/Makefile
+++ b/
utils/lvm2/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=LVM2
PKG_VERSION:=2.02.64
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2/ \
@@
-59,7
+59,7
@@
define Package/lvm2
SECTION:=utils
CATEGORY:=Utilities
TITLE:=The Linux Logical Volume Manager
- DEPENDS:=+libdevmapper +libreadline
+ DEPENDS:=+libdevmapper +libreadline
+libncurses
URL:=http://sourceware.org/lvm2/
endef