libSM: add libuuid support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-23 10:31:51 +02:00
parent f7b609e6f2
commit e449d8c6ac

View File

@ -3,8 +3,10 @@
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build util-linux-ng
$SCRIPTS/build libICE
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -13,7 +15,7 @@ cd $PKG_BUILD
--sysconfdir=/etc \
--enable-static \
--disable-shared \
--without-libuuid \
--with-libuuid \
make