mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: update reflex version and fix its build on alpine (#4304)
This commit is contained in:
parent
b37287bf14
commit
f564513235
1 changed files with 3 additions and 2 deletions
|
@ -63,8 +63,9 @@ add_third_party(
|
||||||
|
|
||||||
add_third_party(
|
add_third_party(
|
||||||
reflex
|
reflex
|
||||||
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v3.5.1.tar.gz
|
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v5.1.0.tar.gz
|
||||||
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx --prefix=${THIRD_PARTY_LIB_DIR}/reflex
|
PATCH_COMMAND autoreconf -fi
|
||||||
|
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx2 --prefix=${THIRD_PARTY_LIB_DIR}/reflex
|
||||||
CXX=${CMAKE_CXX_COMPILER} CC=${CMAKE_C_COMPILER}
|
CXX=${CMAKE_CXX_COMPILER} CC=${CMAKE_C_COMPILER}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue