forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f7bae2
committed
Improve build-time check that libpq doesn't call exit().
Further fixes for commitdc227eb. Per suggestion fromPeter Eisentraut, use a stamp-file to control when the checkis run, avoiding repeated executions during "make all".Also, remove "-g" switch for nm: it's useless and some versionsof nm consider it to conflict with "-u". (Thanks to Noah Mischfor running down that portability issue.)Discussion:https://postgr.es/m/3128896.1624742969@sss.pgh.pa.us1 parenta0fc813 commit2f7bae2
2 files changed
+6
-5
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + |
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
|
0 commit comments
Comments
(0)