mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libSM: build as shared library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cec5decc17
commit
a46fb040ac
@ -6,15 +6,14 @@ $SCRIPTS/build toolchain
|
||||
$SCRIPTS/build util-linux-ng
|
||||
$SCRIPTS/build libICE
|
||||
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-libuuid \
|
||||
|
||||
make
|
||||
|
9
packages/x11/lib/libSM/install
Executable file
9
packages/x11/lib/libSM/install
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install util-linux-ng
|
||||
$SCRIPTS/install libICE
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
@ -3,7 +3,7 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
#$SCRIPTS/install libSM
|
||||
$SCRIPTS/install libSM
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user