Home
last modified time | relevance | path

Searched +full:libunistring +full:- +full:dev (Results 1 – 6 of 6) sorted by relevance

/external/sandboxed-api/contrib/libidn2/
DCMakeLists.txt7 # 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"
/external/oss-fuzz/projects/knot-dns/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
28 pkg-config \
32 libev-dev
34 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
36 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
37 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
38 RUN git clone --depth=1 https://gitlab.com/gnutls/gnutls.git
39 RUN git clone --depth=1 https://github.com/LMDB/lmdb.git
[all …]
/external/sandboxed-api/.github/workflows/
Dubuntu-cmake-contrib.yml1 name: ubuntu-cmake-contrib
11 fail-fast: false
13 os: [ubuntu-22.04]
15 - brotli
16 - c-blosc
17 - jsonnet
18 - libidn2
19 - libraw
20 - libtiff
21 - libxls
[all …]
/external/oss-fuzz/projects/wget2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
20 pkg-config \
38 libmicrohttpd-dev
40 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
42 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
43 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
44 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
45 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
[all …]
/external/curl/.github/workflows/
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
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 …]