OSDN Git Service

Shared library fixes for BSD44_Derived port
authorMarc G. Fournier <scrappy@hub.org>
Sun, 5 Jan 1997 23:52:21 +0000 (23:52 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 5 Jan 1997 23:52:21 +0000 (23:52 +0000)
commit0865f587ea9bdb0c14cc71f4cf3a27ae8eb0aa19
treedfbb0dbb957833e7baf1c9f11510bb7847432b8d
parentea7a26c84bad5ae6e5ff05bc4a3494a2c5efc51f
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
src/interfaces/libpq/Makefile