X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flvm2;h=9b19c1d1421069767b0d316d2cd594a59e80f3f5;hb=28cffbc51cd0e19068779756ae8e24eb0a543a5b;hp=6314db0cc45101ca13a894aa52197cf52fcaac42;hpb=a895c5cfc4cb81aff7677b42b689bdb0da4d9c5c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/lvm2 b/lfs/lvm2 index 6314db0cc4..9b19c1d142 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.02.95 +VER = 2.02.187 THISAPP = LVM2.$(VER) DL_FILE = $(THISAPP).tgz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bd470a802046c807603618a443732ea7 +$(DL_FILE)_MD5 = 7941cbe16126ef334b4aa8fcb5c985b5 install : $(TARGET) @@ -73,11 +73,17 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ --with-usrlibdir=/usr/lib \ - --enable-pkgconfig + --enable-pkgconfig \ + --with-udevdir=/lib/udev/rules.d \ + --with-default-locking-dir=/run/lvm \ + --enable-lvmetad \ + --enable-udev_rules \ + --enable-udev_sync cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)