Home
last modified time | relevance | path

Searched +full:- +full:- +full:with +full:- +full:included +full:- +full:unistring (Results 1 – 7 of 7) sorted by relevance

/external/sandboxed-api/contrib/libidn2/
DCMakeLists.txt4 # you may not use this file except in compliance with the License.
7 # https://www.apache.org/licenses/LICENSE-2.0
17 project(libidn2-sapi CXX C)
27 "${CMAKE_BINARY_DIR}/sandboxed-api-build"
32 # Use pkg-config for the libidn2 include paths
36 # System libidn2 needs to have the libidn2-dev and libunistring-dev packages
37 # installed. We cannot use pkg-config here, as libidn2's pkg-config file does
40 find_library(libunistring NAMES libunistring.a unistring)
47 "-Wl,--whole-archive,${libidn2},--no-whole-archive"
48 "-Wl,--whole-archive,${libunistring},--no-whole-archive"
[all …]
/external/oss-fuzz/projects/knot-dns/
Dbuild.sh1 #!/bin/bash -eu
5 # you may not use this file except in compliance with the License.
8 # http://www.apache.org/licenses/LICENSE-2.0
24 export CPPFLAGS="-I$DEPS_PATH/include"
25 export LDFLAGS="-L$DEPS_PATH/lib"
27 export GNULIB_TOOL=$SRC/gnulib/gnulib-tool
31 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
32 make -j$(nproc)
38 GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration"
39 NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat"
[all …]
/external/oss-fuzz/projects/wget2/
Dbuild.sh1 #!/bin/bash -eu
5 # you may not use this file except in compliance with the License.
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH
28 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 …]
/external/oss-fuzz/projects/wget/
Dbuild.sh1 #!/bin/bash -eu
5 # you may not use this file except in compliance with the License.
8 # http://www.apache.org/licenses/LICENSE-2.0
20 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.cache
28 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 …]
/external/openthread/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile4 # -------
9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
31 build-essential \
[all …]
/external/mbedtls/tests/docker/bionic/
DDockerfile4 # -------
9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
31 build-essential \
[all …]
/external/curl/.github/workflows/
Dngtcp2-linux.yml3 # SPDX-License-Identifier: curl
5 name: ngtcp2-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]