diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-01-05 23:52:21 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-05 23:52:21 +0000 |
commit | 0865f587ea9bdb0c14cc71f4cf3a27ae8eb0aa19 (patch) | |
tree | dfbb0dbb957833e7baf1c9f11510bb7847432b8d /src/backend/access/gist/giststrat.c | |
parent | ea7a26c84bad5ae6e5ff05bc4a3494a2c5efc51f (diff) | |
download | postgresql-0865f587ea9bdb0c14cc71f4cf3a27ae8eb0aa19.tar.gz postgresql-0865f587ea9bdb0c14cc71f4cf3a27ae8eb0aa19.zip |
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 up
testing the compile on my machine later tonight anyway, but if anyone
knows 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.h
Diffstat (limited to 'src/backend/access/gist/giststrat.c')
0 files changed, 0 insertions, 0 deletions