"fix build cares" (#6097)

release/0.11.0
dzhwinter 7 years ago committed by GitHub
parent 45c8a88a3e
commit e0ac34a620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ ExternalProject_Add(
UPDATE_COMMAND "" UPDATE_COMMAND ""
CONFIGURE_COMMAND ./buildconf && ./configure --disable-shared --prefix=${CARES_INSTALL_DIR} CONFIGURE_COMMAND ./buildconf && ./configure --disable-shared --prefix=${CARES_INSTALL_DIR}
BUILD_IN_SOURCE 1 BUILD_IN_SOURCE 1
BUILD_COMMAND make BUILD_COMMAND make -j8
INSTALL_COMMAND make install INSTALL_COMMAND make install
) )

Loading…
Cancel
Save