Skip to content

Commit

Permalink
devel/ccache4: Fix build with STATIC option
Browse files Browse the repository at this point in the history
PR:		272880
  • Loading branch information
assistcontrol committed Aug 2, 2023
1 parent 397a945 commit 533e1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/ccache4/Makefile
Expand Up @@ -34,8 +34,7 @@ CMAKE_OFF= WARNINGS_AS_ERRORS \
ENABLE_IPO \
ZSTD_FROM_INTERNET \
ENABLE_TRACING \
REDIS_STORAGE_BACKEND \
STATIC_LINK
REDIS_STORAGE_BACKEND

OPTIONS_DEFINE= DOCS CLANGLINK LLVMLINK STATIC TEST
OPTIONS_DEFAULT=CLANGLINK LLVMLINK
Expand All @@ -50,6 +49,7 @@ CLANGLINK_DESC= Create clang compiler links if clang is installed
LLVMLINK_DESC= Create llvm compiler links if llvm is installed

STATIC_LDFLAGS= -static
STATIC_CMAKE_BOOL= STATIC_LINK

TEST_CMAKE_BOOL=ENABLE_TESTING
TEST_TARGET= check
Expand Down

0 comments on commit 533e1ce

Please sign in to comment.