Commit c82c6ef
Merged PR 1768243: Fix rhel8 packaging build
### Does this PR have any customer impact?
No
### Type (Feature, Refactoring, Bugfix, DevOps, Testing, Perf, etc)
Bugfix
### Does it involve schema level changes? (Table, Column, Index, UDF, etc level changes)
No
### Are you introducing any new config? If yes, do you have tests with and without them being set?
No
### ChangeLog (Refer [Template](../oss/CHANGELOG.md))
### Description
Rhel8 package build uses PG_CPPFLAGS not PG_CFLAGS in makefile
----
#### AI description (iteration 1)
#### PR Classification
Bug fix addressing RHEL8 packaging build issues.
#### PR Summary
This pull request resolves the RHEL8 packaging build problem by ensuring the atomic implementation flag is correctly applied for C++ compilation.
- In `oss/pg_documentdb/Makefile`, added `-DCROARING_ATOMIC_IMPL=3` to `PG_CPPFLAGS`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->1 parent 8abd7e2 commit c82c6ef
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments