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

guyuqi 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 26556a21 opt-out default build flags when building on fedora-36 (#1073)
26556a21 is described below

commit 26556a214d2a00f34ee90602e353d4780e787556
Author: Leona Yoda <[email protected]>
AuthorDate: Thu Dec 8 17:38:33 2022 +0900

    opt-out default build flags when building on fedora-36 (#1073)
---
 bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec 
b/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
index 14f50c82..277d6ff6 100644
--- a/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
+++ b/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
@@ -25,6 +25,8 @@
 %endif
 %define  debug_package %{nil}
 
+%undefine _auto_set_build_flags
+
 Name: gpdb
 Version: %{gpdb_version}
 Release: %{gpdb_release}

Reply via email to