1
0
Fork 0

fix UUID - devel (#10584)

* add define for boost uuid

* Update CHANGELOG
This commit is contained in:
Jan Christoph Uhde 2019-12-02 17:18:21 +01:00 committed by KVS85
parent 211812c6f5
commit 3c420182ef
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
devel
-----
* Fix execution ability in CentOS 6 regarding newer boost.
* Fixed permissions for dump/restore.
* The _users collection is now properly restored when using arangorestore.

View File

@ -1140,6 +1140,7 @@ endif ()
# 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)