Skip to content

Commit f564513

Browse files
authored
chore: update reflex version and fix its build on alpine (#4304)
1 parent b37287b commit f564513

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ add_third_party(
6363

6464
add_third_party(
6565
reflex
66-
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v3.5.1.tar.gz
67-
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx --prefix=${THIRD_PARTY_LIB_DIR}/reflex
66+
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v5.1.0.tar.gz
67+
PATCH_COMMAND autoreconf -fi
68+
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx2 --prefix=${THIRD_PARTY_LIB_DIR}/reflex
6869
CXX=${CMAKE_CXX_COMPILER} CC=${CMAKE_C_COMPILER}
6970
)
7071

0 commit comments

Comments
 (0)