makefile.mk (da7ca839) makefile.mk (139463b5)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 53 unchanged lines hidden (view full) ---

62.ENDIF # "$(BUILD64)"=="1"
63
64OUT2LIB=dist$/*.OBJ$/lib$/*$(DLLPOST)
65
66BUILD_DIR=nss
67BUILD_ACTION= $(GNUMAKE) nss_build_all
68# See #i105566# && moz#513024#
69.IF "$(OS)"=="LINUX"
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 53 unchanged lines hidden (view full) ---

62.ENDIF # "$(BUILD64)"=="1"
63
64OUT2LIB=dist$/*.OBJ$/lib$/*$(DLLPOST)
65
66BUILD_DIR=nss
67BUILD_ACTION= $(GNUMAKE) nss_build_all
68# See #i105566# && moz#513024#
69.IF "$(OS)"=="LINUX"
70BUILD_ACTION+=FREEBL_NO_DEPEND=1 FREEBL_LOWHASH=1 NSS_DISABLE_GTESTS=1
70BUILD_ACTION+=FREEBL_NO_DEPEND=1 FREEBL_LOWHASH=1 NSS_DISABLE_GTESTS=1 NSS_ENABLE_WERROR=0
71PATCH_FILES+=nss_linux.patch
72.ENDIF
73
74.IF "$(OS)"=="FREEBSD"
75BUILD_ACTION+=NSS_DISABLE_GTESTS=1
76.ENDIF
77
78

--- 87 unchanged lines hidden ---
71PATCH_FILES+=nss_linux.patch
72.ENDIF
73
74.IF "$(OS)"=="FREEBSD"
75BUILD_ACTION+=NSS_DISABLE_GTESTS=1
76.ENDIF
77
78

--- 87 unchanged lines hidden ---