7755211af9
What is the Tor Browser? The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked.
15 lines
401 B
Text
15 lines
401 B
Text
$NetBSD: patch-b2g_installer_Makefile.in,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- b2g/installer/Makefile.in.orig 2015-02-17 21:40:34.000000000 +0000
|
|
+++ b2g/installer/Makefile.in
|
|
@@ -79,6 +79,10 @@ ifneq (,$(filter rtsp,$(NECKO_PROTOCOLS)
|
|
DEFINES += -DMOZ_RTSP
|
|
endif
|
|
|
|
+ifdef MOZ_DEBUG
|
|
+DEFINES += -DMOZ_DEBUG=1
|
|
+endif
|
|
+
|
|
ifdef GKMEDIAS_SHARED_LIBRARY
|
|
DEFINES += -DGKMEDIAS_SHARED_LIBRARY
|
|
endif
|