forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit41e6e36
committed
When building shared libraries on HPUX with gcc, forcibly include -lgcc
to ensure any needed compiler support routines are included. This isarguably appropriate on *every* gcc platform, but for the moment I'll takethe conservative approach of only doing it on a platform where it'sprovably useful. Per complaint from Heiko Lehmann, 13-Feb-03, as wellas personal experience --- contrib/pgstattuple has never worked for me,but it does now.1 parent6f16905 commit41e6e36
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| 131 | + | |
| 132 | + | |
| 133 | + | |
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
|
0 commit comments
Comments
(0)