blob: eb4079874ae91e248477b0544c376a608a6f77ec [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/enableaarch64build.patch