Searched +full:- +full:- +full:with +full:- +full:included +full:- +full:unistring (Results 1 – 7 of 7) sorted by relevance
4 # you may not use this file except in compliance with the License.7 # https://www.apache.org/licenses/LICENSE-2.017 project(libidn2-sapi CXX C)27 "${CMAKE_BINARY_DIR}/sandboxed-api-build"32 # Use pkg-config for the libidn2 include paths36 # System libidn2 needs to have the libidn2-dev and libunistring-dev packages37 # installed. We cannot use pkg-config here, as libidn2's pkg-config file does40 find_library(libunistring NAMES libunistring.a unistring)47 "-Wl,--whole-archive,${libidn2},--no-whole-archive"48 "-Wl,--whole-archive,${libunistring},--no-whole-archive"[all …]
1 #!/bin/bash -eu5 # you may not use this file except in compliance with the License.8 # http://www.apache.org/licenses/LICENSE-2.024 export CPPFLAGS="-I$DEPS_PATH/include"25 export LDFLAGS="-L$DEPS_PATH/lib"27 export GNULIB_TOOL=$SRC/gnulib/gnulib-tool31 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH32 make -j$(nproc)38 GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration"39 NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat"[all …]
1 #!/bin/bash -eu5 # you may not use this file except in compliance with the License.8 # http://www.apache.org/licenses/LICENSE-2.020 export CPPFLAGS="-I$WGET2_DEPS_PATH/include"21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib"27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH28 make -j$(nproc)33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D…34 make -j$(nproc)39 ./configure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-bu…[all …]
1 #!/bin/bash -eu5 # you may not use this file except in compliance with the License.8 # http://www.apache.org/licenses/LICENSE-2.020 export CPPFLAGS="-I$WGET_DEPS_PATH/include"21 export LDFLAGS="-L$WGET_DEPS_PATH/lib"27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache28 make -j$(nproc)33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE…34 make -j$(nproc)39 …onfigure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-buil…[all …]
4 # -------9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later22 RUN apt-get update \23 && apt-get -y install software-properties-common \24 && rm -rf /var/lib/apt/lists26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa28 RUN apt-get update \29 && apt-get -y install \31 build-essential \[all …]
3 # SPDX-License-Identifier: curl5 name: ngtcp2-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]