summaryrefslogtreecommitdiff
path: root/moz/patches/nss-linux3.patch
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-22 21:33:23 -0500
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-02-24 10:34:40 +0000
commit61e7c592faa2d768d599936e57042eb22bcaa16f (patch)
tree2be399d2aa1179fc4d982f3074481ec8fd49a84c /moz/patches/nss-linux3.patch
parenta5a24fa0241930ae5f9d8a4c757e479d2de3efb6 (diff)
convert moz to gbuild and add to tail_build
Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'moz/patches/nss-linux3.patch')
-rw-r--r--moz/patches/nss-linux3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/moz/patches/nss-linux3.patch b/moz/patches/nss-linux3.patch
deleted file mode 100644
index b73566932323..000000000000
--- a/moz/patches/nss-linux3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- misc/mozilla/security/coreconf/arch.mk 2011-10-06 19:58:31.808695724 +0200
-+++ misc/build/mozilla/security/coreconf/arch.mk 2011-10-06 19:58:00.074648943 +0200
-@@ -152,6 +152,10 @@
-
- ifeq ($(OS_ARCH),Linux)
- OS_RELEASE := $(subst ., ,$(OS_RELEASE))
-+ # force Linux 3.x to 2.6
-+ ifeq ($(word 1,$(OS_RELEASE)),3)
-+ OS_RELEASE := 2 6
-+ endif
- ifneq ($(words $(OS_RELEASE)),1)
- OS_RELEASE := $(word 1,$(OS_RELEASE)).$(word 2,$(OS_RELEASE))
- endif