We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1c329 commit af533b2Copy full SHA for af533b2
1 file changed
devops/build/automation/cloudberry/scripts/configure-cloudberry.sh
@@ -53,7 +53,6 @@
53
#
54
# Optional Environment Variables:
55
# LOG_DIR - Directory for logs (defaults to ${SRC_DIR}/build-logs)
56
-# CONFIGURE_EXTRA_OPTS - Args to pass to configure command
57
# ENABLE_DEBUG - Enable debug build options (true/false, defaults to
58
# false)
59
@@ -179,8 +178,7 @@ execute_cmd ./configure --prefix=${BUILD_DESTINATION} \
179
178
--with-uuid=e2fs \
180
${CONFIGURE_MDBLOCALES_OPTS} \
181
--with-includes=/usr/local/xerces-c/include \
182
- --with-libraries=${BUILD_DESTINATION}/lib \
183
- ${CONFIGURE_EXTRA_OPTS:-""} || exit 4
+ --with-libraries=${BUILD_DESTINATION}/lib || exit 4
184
log_section_end "Configure"
185
186
# Capture version information
0 commit comments