Skip to content

Commit ef98fd6

Browse files
committed
testing maybe revert
1 parent a85c56e commit ef98fd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deps.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fetch () {
138138
checkout_repo s2n https://github.com/awslabs/s2n-bignum "" "4d2e22a"
139139
checkout_repo openssl https://github.com/openssl/openssl "openssl-3.6.0"
140140
checkout_repo secp256k1 https://github.com/bitcoin-core/secp256k1 "v0.7.0"
141-
checkout_repo flatcc https://github.com/firedancer-io/flatcc.git "master"
141+
checkout_repo flatcc https://github.com/dvidelabs/flatcc.git "v0.6.1"
142142
if [[ $DEVMODE == 1 ]]; then
143143
checkout_repo bzip2 https://gitlab.com/bzip2/bzip2 "bzip2-1.0.8"
144144
checkout_repo rocksdb https://github.com/facebook/rocksdb "v10.5.1"
@@ -620,7 +620,8 @@ install_flatcc () {
620620
-DFLATCC_INSTALL=ON \
621621
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
622622
-DCMAKE_CXX_FLAGS="$EXTRA_CXXFLAGS" \
623-
-DCMAKE_EXE_LINKER_FLAGS="$EXTRA_LDFLAGS"
623+
-DCMAKE_EXE_LINKER_FLAGS="$EXTRA_LDFLAGS" \
624+
-DCMAKE_C_COMPILER_FLAGS="-std=gnu2x"
624625
cmake --build build -j
625626
cmake --install build
626627
echo "[+] Successfully installed flatcc"

0 commit comments

Comments
 (0)