mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Disable symvers in LVM2. Causes udiskctl to crash
Fixes issue of unresolved symbol 'dm_bitset_parse_list' in libdevmapper.so
This commit is contained in:
@ -33,7 +33,8 @@ PATH+=:/usr/sbin \
|
||||
--enable-cmdlib \
|
||||
--enable-pkgconfig \
|
||||
--enable-udev_sync \
|
||||
--libdir=/usr/lib $BUILDTRUPLE &&
|
||||
--libdir=/usr/lib \
|
||||
--with-symvers=no $BUILDTRUPLE &&
|
||||
read -p "Compile?" && make -j2 &&
|
||||
|
||||
sudo -S make DESTDIR=$BUILD install &&
|
||||
|
Reference in New Issue
Block a user