diff options
author | Herbert Dürr <hdu@apache.org> | 2013-11-07 13:32:21 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-11-07 13:32:21 +0000 |
commit | fd9cb0195429b116874064acbfa9641c12ea811d (patch) | |
tree | 65d201b956abd8cb416b301c934f8ebd5dd0e214 /nss | |
parent | b6a7e1940929c557bfbddb2bc8dbd5588d6df329 (diff) |
#i123637# nss-3.14 has fixed the assembler-problems that stopped clang
Notes
Notes:
prefer: cca8c8cf79e0d9bcfb8798de3948aa446317b08e
Diffstat (limited to 'nss')
-rw-r--r-- | nss/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk index b9390b0258d1..cf8b7b1cb921 100644 --- a/nss/makefile.mk +++ b/nss/makefile.mk @@ -89,7 +89,7 @@ BUILD_ACTION= $(GNUMAKE) nss_build_all #See #i105566# && moz#513024# .IF "$(OS)"=="LINUX" BUILD_ACTION+=FREEBL_NO_DEPEND=1 -PATCH_FILES+=nss_linux.patch nspr-4.8.4-clang.patch +PATCH_FILES+=nss_linux.patch .ENDIF .ENDIF # "$(GUI)"=="UNX" |