LVM2: update to LVM2-2.02.98

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-07 00:19:35 +01:00
parent 5d7834f945
commit 29f02f1b60
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@
cd $PKG_BUILD cd $PKG_BUILD
ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
@ -49,4 +50,4 @@ ac_cv_func_malloc_0_nonnull=yes \
make make
$MAKEINSTALL $MAKEINSTALL
make DESTDIR=`pwd`/.install install make DESTDIR=`pwd`/.install install

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="LVM2" PKG_NAME="LVM2"
PKG_VERSION="2.02.88" PKG_VERSION="2.02.98"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="" PKG_LICENSE=""