forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit24ed6d6
committed
From: Darren King <aixssd!darrenk@abs.net>
Subject: [PATCHES] AIX make patch resubmitted.Misc patches for AIX from Darren:1) New src/makefiles/Makefile.aix This patch should only be applied if the following patch (4) is applied to backend/Makefile! Still looking into having configure determine the last line to do the shared link. The 325 code will work for 41, so I put that in as the default. Included a commented out 41 line for completeness.*and*4) Patch the backend Makefile. I've reviewed this patch with respect to the other ports that use MAKE_EXPORTS (svr4 and univel) as closely as I could and I don't see where it will break them. If it does, please let me know and I'll rework it somehow.1 parent3e87138 commit24ed6d6
2 files changed
+6
-12
lines changedLines changed: 5 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 54 | + | |
61 | 55 |
| |
62 | 56 |
| |
63 | 57 |
| |
| |||
96 | 90 |
| |
97 | 91 |
| |
98 | 92 |
| |
99 |
| - | |
| 93 | + | |
100 | 94 |
| |
101 | 95 |
| |
102 | 96 |
| |
| |||
119 | 113 |
| |
120 | 114 |
| |
121 | 115 |
| |
122 |
| - | |
| 116 | + | |
123 | 117 |
| |
124 | 118 |
| |
125 | 119 |
| |
126 | 120 |
| |
127 | 121 |
| |
128 |
| - | |
| 122 | + | |
129 | 123 |
| |
130 | 124 |
| |
131 | 125 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
0 commit comments
Comments
(0)