diff options
author | Don Lewis <truckman@apache.org> | 2016-07-25 08:21:28 +0000 |
---|---|---|
committer | Don Lewis <truckman@apache.org> | 2016-07-25 08:21:28 +0000 |
commit | e0667bfaf22f7535bb4b73d33039cc53ea1e4426 (patch) | |
tree | bf1fc611c2334cd2da1deca372bc03511b5f1201 /nss/makefile.mk | |
parent | 9813bbc278e11149aa0519750f2496f1b3d5ab89 (diff) |
The nss upgrade in r1753163 broke packaging on Windows (if nss is
enabled, which it is not by default) and Mac (not actually verified).
These two platforms do not build a separate libfreeblpriv3.so (or
Windows equivalent) but instead bundle it into libfreebl3.so. Since a
separate libfreeblpriv3.so is only required on Linux (see #i105566# and
moz#513024#), only attempt to package this library on Linux. Since a
separate libfreeblpriv3.so does not seem to be required on FreeBSD,
don't build it there.
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'nss/makefile.mk')
-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 5d7ee1487004..eb9aaa59214d 100644 --- a/nss/makefile.mk +++ b/nss/makefile.mk @@ -73,7 +73,7 @@ PATCH_FILES+=nss_linux.patch .ENDIF .IF "$(OS)"=="FREEBSD" -BUILD_ACTION+=FREEBL_LOWHASH=1 NSS_DISABLE_GTESTS=1 +BUILD_ACTION+=NSS_DISABLE_GTESTS=1 .ENDIF |