You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2021/05/17 05:03:33 UTC

[bigtop] branch master updated: BIGTOP-3538. Building GPDB fails on Fedora 33. (#773)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c05ec6  BIGTOP-3538. Building GPDB fails on Fedora 33. (#773)
9c05ec6 is described below

commit 9c05ec6e8d737809f2b35fc89b2162e2c14996ef
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon May 17 14:03:22 2021 +0900

    BIGTOP-3538. Building GPDB fails on Fedora 33. (#773)
---
 bigtop-packages/src/common/gpdb/do-component-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/gpdb/do-component-configure b/bigtop-packages/src/common/gpdb/do-component-configure
index dc362bb..93b7b10 100644
--- a/bigtop-packages/src/common/gpdb/do-component-configure
+++ b/bigtop-packages/src/common/gpdb/do-component-configure
@@ -16,4 +16,4 @@
 
 set -ex
 
-./configure --prefix=$1 --disable-orca
+./configure --prefix=$1 --disable-orca CFLAGS=-fcommon