]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
c-ares: New package. Needed as tshark Dependency
authorummeegge <erik.kapfer@ipfire.org>
Sun, 6 Dec 2020 15:03:44 +0000 (15:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Dec 2020 12:30:24 +0000 (12:30 +0000)
commitd44ce7d4c25e9a1d0a8a358c0f16a17d1d417cf1
treefd5e8eac7bc9da16b48c399e05772c168c9b2b86
parentca4ce968000125f237da77da6bcf88738ec6b060
c-ares: New package. Needed as tshark Dependency

- Since tshark uses with version 3.4.0 an always enabled asynchronous DNS
resolution c-ares is a needed dependency.
- Since curl can also use c-ares --> https://c-ares.haxx.se/ it has been
placed in make.sh before curl even no compiletime options has been set
to enable this. c-ares has also been placed in packages and not in common
which would be needed if it should be used for curl too.

Signed-off-by: ummeegge <erik.kapfer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/c-ares [new file with mode: 0644]
lfs/c-ares [new file with mode: 0644]
make.sh