forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc600a6a
committed
I am attaching a patch file that will replace the previous one. It only
contains the patches to Makefile.global.in and Makefile.unixware. TheMakefile.unixware patch has been updated to include the contents ofLD_LIBRARY_PATH, if present, to the -rpath (-R) option. This changewill simplify configuring and building PostgreSQL on systems thatsupport LD_LIBRARY_PATH. You can set LD_LIBRARY_PATH to include allthe directorys you want to have searched for additional libraries, runconfigure, then run make. The paths in LD_LIBRARY_PATH will then beembedded in the executables via the -rpath (-R) option to the linker,and so will not require LD_LIBRARY_PATH in order to run.Billy G. Allie1 parentcfd2728 commitc600a6a
2 files changed
+20
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
13 | 27 | | |
14 | 28 | | |
15 | 29 | | |
| |||
0 commit comments
Comments
(0)