]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Remove bundled getopt_long implementation
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Mar 2024 08:52:50 +0000 (09:52 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 08:14:29 +0000 (10:14 +0200)
commit09f58c03073e824cced63843e348c29d43d26c44
tree8861403637fc4806764858741ed31f7a4b554c3b
parent29c2e07993132585813b5fb5fab849f39e8b6863
build: Remove bundled getopt_long implementation

It seems likely that getopt_long is available on all platforms where
ccache is built nowadays, except Windows. Therefore, remove the bundled
getopt_long implementation for now.

If it turns out that somebody wants to compile ccache on a system that
lacks getopt_long we can add support specifying a system or downloaded
version.
LICENSE.adoc
src/ccache/core/mainoptions.cpp
src/third_party/CMakeLists.txt
src/third_party/getopt_long.c [deleted file]
src/third_party/getopt_long.h [deleted file]