mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
various cleanups
This commit is contained in:
parent
29e3463900
commit
0fc6c81247
@ -1,29 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build libxml2
|
||||
#$SCRIPTS/build libproxy
|
||||
#$SCRIPTS/build gnutls
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_path_GLIB_GENMARSHAL=$ROOT/$TOOLCHAIN/bin/glib-genmarshal \
|
||||
soup_cv_ipv6="no" \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-explicit-deps \
|
||||
--disable-glibtest \
|
||||
--disable-gtk-doc \
|
||||
--without-html-dir
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
#$SCRIPTS/install libproxy
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install libxml2
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/tests
|
||||
|
||||
cp -PR $PKG_BUILD/tests/.libs/* $INSTALL/tests
|
@ -1 +0,0 @@
|
||||
http://download.gnome.org/sources/libsoup/2.4/libsoup-2.4.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user