Bump version of lvm2
This commit is contained in:
parent
048700a3d1
commit
a9c93263ea
@ -23,8 +23,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA
|
||||
|
||||
LVM2_BASEVER=2.01
|
||||
LVM2_PATCH=15
|
||||
LVM2_BASEVER=2.02
|
||||
LVM2_PATCH=26
|
||||
LVM2_VERSION=$(LVM2_BASEVER).$(LVM2_PATCH)
|
||||
LVM2_SOURCE:=LVM2.$(LVM2_VERSION).tgz
|
||||
LVM2_SITE:=ftp://sources.redhat.com/pub/lvm2
|
||||
@ -46,6 +46,11 @@ $(LVM2_DIR)/.configured: $(LVM2_DIR)/.unpacked
|
||||
(cd $(LVM2_DIR); rm -rf config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
ac_cv_have_decl_malloc=yes \
|
||||
gl_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_calloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
Loading…
Reference in New Issue
Block a user