From 6fdb0bea193ff3d5a8d33cc84340fa6763d86d4c Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Wed, 23 May 2012 21:55:55 +0400 Subject: [PATCH] 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. --- 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 7bfc835dfd..5e00cdc4aa 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 $@