[vlc-devel] [PATCH] contrib: upnp: fix the debug configure flag

Steve Lhomme robux4 at videolabs.io
Fri Jun 10 09:59:14 CEST 2016


---
 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 ed52960..7bc412c 100644
--- a/contrib/src/upnp/rules.mak
+++ b/contrib/src/upnp/rules.mak
@@ -23,7 +23,7 @@ else
 CONFIGURE_ARGS=--enable-ipv6
 endif
 ifndef WITH_OPTIMIZATION
-CONFIGURE_ARGS += -enable-debug
+CONFIGURE_ARGS += --enable-debug
 endif
 
 upnp: libupnp-$(UPNP_VERSION).tar.bz2 .sum-upnp
-- 
2.8.2



More information about the vlc-devel mailing list