diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-10-14 11:07:54 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-10-18 17:39:09 +0200 |
commit | fa70d98e729c0dba44e1c8e25fe1323bad918945 (patch) | |
tree | 923d03e9d99e6830974310d322dfcba58aa52c5d /moz/makefile.mk | |
parent | 7cd58dbe32e5421986216dd7c6b24a4bb0b9c1e5 (diff) |
moz: replace Linux 3.0 workaround with one for 3.x
Diffstat (limited to 'moz/makefile.mk')
-rw-r--r-- | moz/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk index 15480f54b830..020fa693208a 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -96,7 +96,9 @@ PATCH_FILES = \ patches/brokenmakefile.patch \ patches/aix_build_fix.patch \ patches/libpr0n_build_fix.patch \ - patches/macosx_build_fix.patch + patches/macosx_build_fix.patch \ + patches/nss-linux3.patch \ + # This file is needed for the W32 build when BUILD_MOZAB is set # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set) |