diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile index 7bd096f1a..3e4361b55 100644 --- a/utils/lvm2/Makefile +++ b/utils/lvm2/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=LVM2 -PKG_VERSION:=2.02.117 +PKG_VERSION:=2.02.118 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 LGPL-2.1 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2 -PKG_MD5SUM:=ab5889dae7924b44ed2444161058a419 +PKG_MD5SUM:=27f028974e8f067a9791d685b4e0fa90 PKG_MAINTAINER:=Daniel Golle PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION) diff --git a/utils/lvm2/patches/001-include_fix.patch b/utils/lvm2/patches/001-include_fix.patch index dc159c552..09d2db962 100644 --- a/utils/lvm2/patches/001-include_fix.patch +++ b/utils/lvm2/patches/001-include_fix.patch @@ -8,4 +8,4 @@ +#include #endif - #include "device-types.h" + #ifdef UDEV_SYNC_SUPPORT