[packages] lvm2: update to 2.02.95
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32155 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
83c5981c03
commit
a2a85d11c8
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009, 2010 Stefan Monnier
|
# Copyright (C) 2009-2010 Stefan Monnier
|
||||||
# Copyright (C) 2011 OpenWrt.org
|
# Copyright (C) 2011-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v3+.
|
# This is free software, licensed under the GNU General Public License v3+.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=LVM2
|
PKG_NAME:=LVM2
|
||||||
PKG_VERSION:=2.02.91
|
PKG_VERSION:=2.02.95
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2
|
PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2
|
||||||
PKG_MD5SUM:=03ed8dc20c3a65079aedcedc0ec33192
|
PKG_MD5SUM:=bd470a802046c807603618a443732ea7
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -25,7 +25,6 @@ define Package/libdevmapper
|
|||||||
TITLE:=The Linux Kernel Device Mapper userspace library
|
TITLE:=The Linux Kernel Device Mapper userspace library
|
||||||
URL:=http://sourceware.org/dm/
|
URL:=http://sourceware.org/dm/
|
||||||
DEPENDS:=+kmod-dm
|
DEPENDS:=+kmod-dm
|
||||||
MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdevmapper/description
|
define Package/libdevmapper/description
|
||||||
@ -40,7 +39,6 @@ define Package/lvm2
|
|||||||
TITLE:=The Linux Logical Volume Manager
|
TITLE:=The Linux Logical Volume Manager
|
||||||
URL:=http://sourceware.org/lvm2/
|
URL:=http://sourceware.org/lvm2/
|
||||||
DEPENDS:=+libdevmapper +libreadline +libncurses
|
DEPENDS:=+libdevmapper +libreadline +libncurses
|
||||||
MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lvm2/description
|
define Package/lvm2/description
|
||||||
|
11
utils/lvm2/patches/000-compile.patch
Normal file
11
utils/lvm2/patches/000-compile.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/make.tmpl.in
|
||||||
|
+++ b/make.tmpl.in
|
||||||
|
@@ -17,7 +17,7 @@ SHELL = /bin/sh
|
||||||
|
|
||||||
|
@SET_MAKE@
|
||||||
|
|
||||||
|
-CC ?= @CC@
|
||||||
|
+CC = @CC@
|
||||||
|
RANLIB = @RANLIB@
|
||||||
|
INSTALL = @INSTALL@
|
||||||
|
MKDIR_P = @MKDIR_P@
|
@ -1,11 +0,0 @@
|
|||||||
--- LVM2.2.02.84/make.tmpl.in 2011-04-11 16:00:37.430840340 +0200
|
|
||||||
+++ LVM2.2.02.84/make.tmpl.in 2011-04-11 16:00:54.399401160 +0200
|
|
||||||
@@ -17,7 +17,7 @@
|
|
||||||
|
|
||||||
@SET_MAKE@
|
|
||||||
|
|
||||||
-CC ?= @CC@
|
|
||||||
+CC = @CC@
|
|
||||||
RANLIB = @RANLIB@
|
|
||||||
INSTALL = @INSTALL@
|
|
||||||
MKDIR_P = @MKDIR_P@
|
|
Loading…
x
Reference in New Issue
Block a user