nss/nss-use-netstat-hack.patch
Kai Engert 731ecc11ff - Update to 3.11.7, but freebl/softokn remain at 3.11.5.
- Use a workaround to avoid mozilla bug 51429.
2007-06-01 01:59:53 +00:00

12 lines
348 B
Diff

--- ./mozilla/security/coreconf/config.mk.org 2007-05-25 01:53:04.000000000 +0200
+++ ./mozilla/security/coreconf/config.mk 2007-05-25 01:52:58.000000000 +0200
@@ -185,3 +185,8 @@
ifdef NSS_ALLOW_UNSUPPORTED_CRITICAL
DEFINES += -DNSS_ALLOW_UNSUPPORTED_CRITICAL
endif
+
+ifdef USE_NETSTAT_HACK
+DEFINES += -DSOLARIS
+INCLUDES += -I../fake
+endif