[vlc-commits] Contrib: UPNP: enable IPv6 and re-enable webserver (broken in 1.6.17).

Konstantin Pavlov git at videolan.org
Thu May 24 08:04:41 CEST 2012


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed May 23 21:55:55 2012 +0400| [6fdb0bea193ff3d5a8d33cc84340fa6763d86d4c] | committer: Konstantin Pavlov

Contrib: UPNP: enable IPv6 and re-enable webserver (broken in 1.6.17).

With disabled webserver, linking fails at least on OSX and Linux, see
http://forum.videolan.org/viewtopic.php?f=12&t=101229 f.i.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fdb0bea193ff3d5a8d33cc84340fa6763d86d4c
---

 contrib/src/upnp/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak
index 7bfc835..5e00cdc 100644
--- a/contrib/src/upnp/rules.mak
+++ b/contrib/src/upnp/rules.mak
@@ -28,6 +28,6 @@ endif
 ifdef HAVE_WIN32
 	$(RECONF)
 endif
-	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3 -DUPNP_STATIC_LIB $(LIBUPNP_ECFLAGS)" ./configure --disable-samples --without-documentation --disable-webserver $(HOSTCONF)
+	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3 -DUPNP_STATIC_LIB $(LIBUPNP_ECFLAGS)" ./configure --disable-samples --without-documentation --enable-ipv6 $(HOSTCONF)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list