mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
dont install physfs before i have a patch to build with gcc-4.4
This commit is contained in:
parent
14cc5756c5
commit
a07d672f8b
@ -3,6 +3,6 @@
|
|||||||
. config/options
|
. config/options
|
||||||
$SCRIPTS/install openal-soft
|
$SCRIPTS/install openal-soft
|
||||||
$SCRIPTS/install SDL_image
|
$SCRIPTS/install SDL_image
|
||||||
$SCRIPTS/install physfs
|
#$SCRIPTS/install physfs
|
||||||
|
|
||||||
#$SCRIPTS/install supertux
|
#$SCRIPTS/install supertux
|
||||||
|
@ -3,11 +3,14 @@
|
|||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
$SCRIPTS/build libproxy
|
$SCRIPTS/build glib
|
||||||
|
$SCRIPTS/build libxml2
|
||||||
|
#$SCRIPTS/build libproxy
|
||||||
#$SCRIPTS/build gnutls
|
#$SCRIPTS/build gnutls
|
||||||
|
|
||||||
cd $BUILD/$1*
|
cd $BUILD/$1*
|
||||||
|
|
||||||
|
soup_cv_ipv6=no \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -15,8 +18,10 @@ cd $BUILD/$1*
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--without-gnome \
|
--disable-explicit-deps \
|
||||||
--disable-ssl \
|
--disable-glibtest \
|
||||||
|
--disable-gtk-doc \
|
||||||
|
--without-html-dir
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
$SCRIPTS/install libproxy
|
#$SCRIPTS/install libproxy
|
||||||
|
$SCRIPTS/install glib
|
||||||
|
$SCRIPTS/install libxml2
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $BUILD/$1*/$1/.libs/*.so* $INSTALL/usr/lib
|
cp -PR $BUILD/$1*/$1/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
@ -1 +1 @@
|
|||||||
http://download.gnome.org/sources/libsoup/2.26/libsoup-2.26.1.tar.bz2
|
http://download.gnome.org/sources/libsoup/2.4/libsoup-2.4.1.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user