forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0865f58
committed
Shared library fixes for BSD44_Derived port
Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>NOTE: The following patch I was uncertain of, but applied it...will end uptesting the compile on my machine later tonight anyway, but if anyoneknows why this *shouldn't* have been done, please change it. (CC -> LD)****************** 61,68 **** ../backend/lib/dllist.o: $(MAKE) -C ../backend/lib dllist.o! libpq.so.1: $(OBJS)! $(CC) $(LDFLAGS) -shared $(OBJS) -o libpq.so.1 c.h: ../include/c.h rm -f c.h--- 66,73 ---- ../backend/lib/dllist.o: $(MAKE) -C ../backend/lib dllist.o! $(shlib): $(OBJS)! $(LD) $(LDFLAGS) -shared $(OBJS) -o $(shlib) c.h: ../include/c.h rm -f c.h1 parentea7a26c commit0865f58
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
65 | | - | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
139 | | - | |
| 144 | + | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
| |||
0 commit comments
Comments
(0)