OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2016 The Native Client Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 EnableGlibcCompat | |
6 | |
7 EXTRA_CONFIGURE_ARGS+=" | |
8 --disable-tools | |
9 --disable-doc | |
10 --with-included-libtasn1 | |
11 --without-p11-kit | |
12 --disable-hardware-acceleration" | |
13 | |
14 if [ "${NACL_SHARED}" != "1" ]; then | |
15 EXTRA_CONFIGURE_ARGS+=" --disable-shared" | |
16 fi | |
OLD | NEW |