mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
lvm2: Build with support for udev
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
03d559964c
commit
f9f79c662c
@@ -9,6 +9,10 @@ etc/lvm/lvm.conf
|
||||
#etc/lvm/profile/metadata_profile_template.profile
|
||||
#etc/lvm/profile/thin-generic.profile
|
||||
#etc/lvm/profile/thin-performance.profile
|
||||
lib/udev/rules.d/10-dm.rules
|
||||
lib/udev/rules.d/11-dm-lvm.rules
|
||||
lib/udev/rules.d/13-dm-disk.rules
|
||||
lib/udev/rules.d/95-dm-notify.rules
|
||||
#usr/include/libdevmapper.h
|
||||
#usr/lib/libdevmapper.so
|
||||
usr/lib/libdevmapper.so.1.02
|
||||
|
||||
5
lfs/lvm2
5
lfs/lvm2
@@ -78,7 +78,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-usrlibdir=/usr/lib \
|
||||
--enable-pkgconfig
|
||||
--enable-pkgconfig \
|
||||
--with-udevdir=/lib/udev/rules.d \
|
||||
--enable-udev_rules \
|
||||
--enable-udev_sync
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user