]> granicus.if.org Git - postgresql/commitdiff
From: Robert E. Bruccoleri <bruc@bms.com>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 15 May 1997 22:55:35 +0000 (22:55 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 15 May 1997 22:55:35 +0000 (22:55 +0000)
Fixes:

Shared objects are not linked correctly

src/makefiles/Makefile.irix5

index e0f705d051e1a6a156a83cc5a1eace8eb795c91b..76ca8bb3a31b9b1d537ffe9f72128c6ef5761627 100644 (file)
@@ -3,5 +3,6 @@
 RANLIB= touch
 
 %.so: %.o
-       $(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
+       $(LD) -G -Bdynamic -shared -o $@ $< $(
+