Skip to content

Commit d5b88c6

Browse files
committed
[gp_stats_collector] Remove unnecessary CONFIGURE_EXTRA_OPTS param
1 parent 157f1da commit d5b88c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devops/build/automation/cloudberry/scripts/configure-cloudberry.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
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
184182
log_section_end "Configure"
185183

186184
# Capture version information

0 commit comments

Comments
 (0)