forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6975dcd
committed
Fix PGXS support for building loadable modules on AIX.
Building a shlib on AIX requires use of the mkldexport.sh script, but wefailed to install that, preventing its use from non-source-tree contexts.Also, Makefile.aix had the wrong idea about where to find the installedcopy of the postgres.imp symbol file used by AIX.Per report from John Pierce. Patch all the way back, since this has beenbroken since the beginning of PGXS.1 parent875406a commit6975dcd
2 files changed
+6
-2
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| 222 | + | |
222 | 223 |
| |
223 | 224 |
| |
224 | 225 |
| |
| |||
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
| 241 | + | |
240 | 242 |
| |
241 | 243 |
| |
242 | 244 |
| |
| |||
246 | 248 |
| |
247 | 249 |
| |
248 | 250 |
| |
| 251 | + | |
249 | 252 |
| |
250 | 253 |
| |
251 | 254 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
0 commit comments
Comments
(0)