mirror of https://gitee.com/bigwinds/arangodb
Merge branch '3.5' into bug-fix-3.5/restore-feature-perms
This commit is contained in:
commit
09a323789d
|
@ -3,6 +3,8 @@ v3.5.4 (XXXX-XX-XX)
|
|||
|
||||
* Fixed permissions for dump/restore.
|
||||
|
||||
* Fix execution ability in CentOS 6 regarding newer boost.
|
||||
|
||||
* Updated arangosync to 0.7.1.
|
||||
|
||||
|
||||
|
|
|
@ -1097,6 +1097,7 @@ set(LIB_ARANGO_IRESEARCH arango_iresearch)
|
|||
# ZLIB_LIBS
|
||||
# ZLIB_INCLUDE_DIR
|
||||
|
||||
add_definitions(-DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX=1) #fix random provider
|
||||
add_definitions(-DBOOST_ALL_NO_LIB=1) #disable boost autolink on windows
|
||||
add_subdirectory(3rdParty)
|
||||
|
||||
|
|
Loading…
Reference in New Issue