File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
devops/build/automation/cloudberry/scripts Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5353#
5454# Optional Environment Variables:
5555# LOG_DIR - Directory for logs (defaults to ${SRC_DIR}/build-logs)
56- # CONFIGURE_EXTRA_OPTS - Args to pass to configure command
5756# ENABLE_DEBUG - Enable debug build options (true/false, defaults to
5857# false)
5958#
@@ -179,8 +178,7 @@ execute_cmd ./configure --prefix=${BUILD_DESTINATION} \
179178 --with-uuid=e2fs \
180179 ${CONFIGURE_MDBLOCALES_OPTS} \
181180 --with-includes=/usr/local/xerces-c/include \
182- --with-libraries=${BUILD_DESTINATION} /lib \
183- ${CONFIGURE_EXTRA_OPTS:- " " } || exit 4
181+ --with-libraries=${BUILD_DESTINATION} /lib || exit 4
184182log_section_end " Configure"
185183
186184# Capture version information
You can’t perform that action at this time.
0 commit comments