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.
This commit is contained in:
Konstantin Pavlov 2012-05-23 21:55:55 +04:00
parent 683ff74a90
commit 6fdb0bea19
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@