mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package libsoup:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2b14053fc5
commit
504578b40e
@ -1,31 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$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 \
|
|
||||||
--without-gnome \
|
|
||||||
--disable-ssl \
|
|
||||||
--disable-explicit-deps \
|
|
||||||
--disable-glibtest \
|
|
||||||
--disable-gtk-doc \
|
|
||||||
--without-html-dir
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL -C libsoup
|
|
||||||
|
|
||||||
cp -PR libsoup-2.4.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install libproxy
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib
|
|
@ -1 +0,0 @@
|
|||||||
http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.28/libsoup-2.28.0.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user