blob: 5c1047fc72852c4b445e06177ffcae7f057e58bd [file] [log] [blame]
# Copyright (c) 2014 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NACL_CONFIGURE_PATH=${SRC_DIR}/unix/configure
NACLPORTS_LIBS+=" -lX11 -lxcb -lXau"
EXTRA_CONFIGURE_ARGS+=" --with-tcl=${NACLPORTS_LIBDIR}"
if [ "${NACL_ARCH}" = "pnacl" ]; then
EXTRA_CONFIGURE_ARGS+=" --disable-load"
fi
# Disable fallbacks for broken libc's that kick in for
# cross-compiles since autoconf can't run target binaries.
# The fallbacks seem to be non-general.
export tcl_cv_strtod_buggy=ok
EnableCliMain
EnableGlibcCompat
# Ideally we would only add this flag for newlib builds but
# linking of the shared library currently fails because it
# tries to link libppapi_stub.a which is not built with -fPIC.
EXTRA_CONFIGURE_ARGS+=" --disable-shared"