mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02: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(
|
||||
reflex
|
||||
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v3.5.1.tar.gz
|
||||
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx --prefix=${THIRD_PARTY_LIB_DIR}/reflex
|
||||
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v5.1.0.tar.gz
|
||||
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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue