mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 12:15:54 +00:00
fix gcc build issue
This commit is contained in:
2
deps/cassandra.cmake
vendored
2
deps/cassandra.cmake
vendored
@@ -44,7 +44,7 @@ if(NOT cassandra)
|
|||||||
GIT_REPOSITORY https://github.com/krb5/krb5.git
|
GIT_REPOSITORY https://github.com/krb5/krb5.git
|
||||||
GIT_TAG master
|
GIT_TAG master
|
||||||
UPDATE_COMMAND ""
|
UPDATE_COMMAND ""
|
||||||
CONFIGURE_COMMAND autoreconf src && ./src/configure --enable-static --disable-shared
|
CONFIGURE_COMMAND autoreconf src && CFLAGS=-fcommon ./src/configure --enable-static --disable-shared
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
BUILD_COMMAND make
|
BUILD_COMMAND make
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|||||||
Reference in New Issue
Block a user