SF Bug Tracker id 3511149 - --disable-ssdp has no effect
Submitted: Yoichi NAKAYAMA ( yoichi ) - 2012-03-25 18:14:34 PDT There are typos in upnp/src/inc/config.h "EXCLUDE_SSSDP" (shold be EXCLUDE_SSDP), therefore EXCLUDE_SSDP is always 0, and --disable-ssdp has no effect.
This commit is contained in:
parent
804088d859
commit
02afbb09c9
10
ChangeLog
10
ChangeLog
@ -2,6 +2,16 @@
|
|||||||
Version 1.6.17
|
Version 1.6.17
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2012-03-26 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
|
SF Bug Tracker id 3511149 - --disable-ssdp has no effect
|
||||||
|
|
||||||
|
Submitted: Yoichi NAKAYAMA ( yoichi ) - 2012-03-25 18:14:34 PDT
|
||||||
|
|
||||||
|
There are typos in upnp/src/inc/config.h "EXCLUDE_SSSDP" (shold be
|
||||||
|
EXCLUDE_SSDP), therefore EXCLUDE_SSDP is always 0, and --disable-ssdp
|
||||||
|
has no effect.
|
||||||
|
|
||||||
2012-03-24 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
2012-03-24 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
Remove implicit casts
|
Remove implicit casts
|
||||||
|
@ -444,9 +444,9 @@
|
|||||||
/* configure --enable-ssdp */
|
/* configure --enable-ssdp */
|
||||||
#undef EXCLUDE_SSDP
|
#undef EXCLUDE_SSDP
|
||||||
#if UPNP_HAVE_SSDP
|
#if UPNP_HAVE_SSDP
|
||||||
# define EXCLUDE_SSSDP 0
|
# define EXCLUDE_SSDP 0
|
||||||
#else
|
#else
|
||||||
# define EXCLUDE_SSSDP 1
|
# define EXCLUDE_SSDP 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* configure --enable-soap */
|
/* configure --enable-soap */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user