mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
LVM2:
- remove package, there is no more need
This commit is contained in:
parent
a1bb06677b
commit
3e31a3be6b
@ -1,32 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $BUILD/$1*
|
||||
ac_cv_func_malloc_0_nonnull=yes \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-lvm1_fallback \
|
||||
--disable-static_link \
|
||||
--disable-readline \
|
||||
--enable-realtime \
|
||||
--enable-debug \
|
||||
--disable-profiling \
|
||||
--enable-devmapper \
|
||||
--disable-compat \
|
||||
--enable-o_direct \
|
||||
--enable-applib \
|
||||
--enable-cmdlib \
|
||||
--enable-pkgconfig \
|
||||
--enable-driver \
|
||||
--enable-fsadm \
|
||||
--disable-dmeventd \
|
||||
--disable-selinux \
|
||||
--disable-nls \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/etc/lvm
|
||||
cp $BUILD/$1*/doc/example.conf $INSTALL/etc/lvm/lvm.conf
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $BUILD/$1*/tools/lvm $INSTALL/sbin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $BUILD/$1*/libdm/ioctl/libdevmapper.so $INSTALL/usr/lib/libdevmapper.so.1.02
|
||||
ln -sf /usr/lib/libdevmapper.so.1.02 $INSTALL/usr/lib/libdevmapper.so
|
||||
|
||||
# cp -PR $BUILD/$1*/liblvm/liblvm2app.so $INSTALL/usr/lib/liblvm2app.so.2.1
|
||||
# ln -sf /usr/lib/liblvm2app.so.2.1 $INSTALL/usr/lib/liblvm2app.so
|
||||
# cp -PR $BUILD/$1*/tools/liblvm2cmd.so $INSTALL/usr/lib/liblvm2cmd.so.2.02
|
||||
# ln -sf /usr/lib/liblvm2cmd.2.02 $INSTALL/usr/lib/liblvm2cmd.so
|
@ -1 +0,0 @@
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.54.tgz
|
Loading…
x
Reference in New Issue
Block a user