mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package libupnp:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
1e40d05b3f
commit
8c2dcbe5d6
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $BUILD/$1*
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=$LIB_PREFIX \
|
|
||||||
--disable-shared \
|
|
||||||
--enable-client \
|
|
||||||
--disable-device \
|
|
||||||
--disable-webserver \
|
|
||||||
--disable-samples \
|
|
||||||
--without-docdir \
|
|
||||||
--enable-tools
|
|
||||||
make
|
|
||||||
make install
|
|
@ -1,21 +0,0 @@
|
|||||||
--- libupnp-1.4.1.old/upnp/src/soap/soap_device.c
|
|
||||||
+++ libupnp-1.4.1/upnp/src/soap/soap_device.c
|
|
||||||
@@ -69,9 +69,6 @@
|
|
||||||
static const char *Soap_Action_Failed = "Action Failed";
|
|
||||||
static const char *Soap_Invalid_Var = "Invalid Var";
|
|
||||||
|
|
||||||
-const char *ContentTypeHeader =
|
|
||||||
- "CONTENT-TYPE: text/xml; charset=\"utf-8\"\r\n";
|
|
||||||
-
|
|
||||||
/****************************************************************************
|
|
||||||
* Function : get_request_type
|
|
||||||
*
|
|
||||||
@@ -1074,3 +1071,8 @@
|
|
||||||
#endif // EXCLUDE_SOAP
|
|
||||||
|
|
||||||
#endif // INCLUDE_DEVICE_APIS
|
|
||||||
+
|
|
||||||
+#if (!defined INCLUDE_DEVICE_APIS && defined INCLUDE_CLIENT_APIS) || defined INCLUDE_DEVICE_APIS
|
|
||||||
+ const char *ContentTypeHeader =
|
|
||||||
+ "CONTENT-TYPE: text/xml; charset=\"utf-8\"\r\n";
|
|
||||||
+#endif
|
|
@ -1 +0,0 @@
|
|||||||
http://prdownloads.sourceforge.net/pupnp/libupnp-1.6.6.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user