Skip to content

Commit

Permalink
revbump(main/ccache): Rebuild after fmt update
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 21, 2024
1 parent 23cb6cf commit 6658669
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/ccache/CMakeLists.txt.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -u -r ../ccache-4.10.2/CMakeLists.txt ./CMakeLists.txt
--- ../ccache-4.10.2/CMakeLists.txt 2024-07-22 14:02:41.000000000 +0000
+++ ./CMakeLists.txt 2024-09-20 10:49:33.591537848 +0000
@@ -10,7 +10,7 @@

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
-set(CMAKE_CXX_EXTENSIONS NO)
+set(CMAKE_CXX_EXTENSIONS YES)

set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED YES)
1 change: 1 addition & 0 deletions packages/ccache/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Compiler cache for fast recompilation of C/C++ code"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="4.10.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/ccache/ccache/releases/download/v$TERMUX_PKG_VERSION/ccache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=c0b85ddfc1a3e77b105ec9ada2d24aad617fa0b447c6a94d55890972810f0f5a
TERMUX_PKG_AUTO_UPDATE=true
Expand Down

0 comments on commit 6658669

Please sign in to comment.