mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
various fixes
This commit is contained in:
parent
822fea936b
commit
017f8c19e2
31
packages/network/libsoup.old/build
Executable file
31
packages/network/libsoup.old/build
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build glib
|
||||||
|
$SCRIPTS/build libxml2
|
||||||
|
#$SCRIPTS/build libproxy
|
||||||
|
#$SCRIPTS/build gnutls
|
||||||
|
|
||||||
|
cd $BUILD/$1*
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
$STRIP $1/.libs/*.so*
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
14
packages/network/libsoup.old/install
Executable file
14
packages/network/libsoup.old/install
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
#$SCRIPTS/install libproxy
|
||||||
|
$SCRIPTS/install glib
|
||||||
|
$SCRIPTS/install libxml2
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $BUILD/$1*/$1/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/tests
|
||||||
|
|
||||||
|
cp -PR $BUILD/$1*/tests/.libs/* $INSTALL/tests
|
1
packages/network/libsoup.old/url
Normal file
1
packages/network/libsoup.old/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://download.gnome.org/sources/libsoup/2.4/libsoup-2.4.1.tar.bz2
|
@ -3,14 +3,13 @@
|
|||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
$SCRIPTS/build glib
|
$SCRIPTS/build libproxy
|
||||||
$SCRIPTS/build libxml2
|
|
||||||
#$SCRIPTS/build libproxy
|
|
||||||
#$SCRIPTS/build gnutls
|
#$SCRIPTS/build gnutls
|
||||||
|
|
||||||
cd $BUILD/$1*
|
cd $BUILD/$1*
|
||||||
|
|
||||||
#soup_cv_ipv6=no \
|
ac_cv_path_GLIB_GENMARSHAL=$ROOT/$TOOLCHAIN/bin/glib-genmarshal \
|
||||||
|
soup_cv_ipv6="no" \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -18,8 +17,10 @@ cd $BUILD/$1*
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--without-gnome \
|
||||||
|
--disable-ssl \
|
||||||
--disable-explicit-deps \
|
--disable-explicit-deps \
|
||||||
--disable-glibtest \
|
--disable-glibtest \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--without-html-dir
|
--without-html-dir
|
||||||
|
|
||||||
@ -27,4 +28,6 @@ make
|
|||||||
|
|
||||||
$STRIP $1/.libs/*.so*
|
$STRIP $1/.libs/*.so*
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL -C libsoup
|
||||||
|
|
||||||
|
cp -PR libsoup-2.4.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
@ -2,13 +2,10 @@
|
|||||||
|
|
||||||
. 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
|
||||||
|
|
||||||
mkdir -p $INSTALL/tests
|
mkdir -p $INSTALL/tests
|
||||||
|
cp -PR $BUILD/$1*/tests/.libs/* $INSTALL/tests
|
||||||
cp -PR $BUILD/$1*/tests/.libs/* $INSTALL/tests
|
|
@ -1 +1 @@
|
|||||||
http://download.gnome.org/sources/libsoup/2.4/libsoup-2.4.1.tar.bz2
|
http://download.gnome.org/sources/libsoup/2.26/libsoup-2.26.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user