blob: 84edfa63116aab4ef00ba58c1b3e569c9a26cfe3 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Run this script in the nss/ directory in a NSS source tree.
patches_dir=$(dirname $0)
patch -p2 < $patches_dir/disablehostexes.patch
patch -p1 < $patches_dir/disabletestbuild.patch
patch -p1 < $patches_dir/fixaarch64freebl.patch
patch -p1 < $patches_dir/fasterbuild.patch
patch -p1 < $patches_dir/dummywerror.patch