projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e56f1d6
)
From: Robert E. Bruccoleri
author
Marc G. Fournier
Thu, 15 May 1997 22:55:35 +0000
(22:55 +0000)
committer
Marc G. Fournier
Thu, 15 May 1997 22:55:35 +0000
(22:55 +0000)
Fixes:
Shared objects are not linked correctly
src/makefiles/Makefile.irix5
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.irix5
b/src/makefiles/Makefile.irix5
index e0f705d051e1a6a156a83cc5a1eace8eb795c91b..76ca8bb3a31b9b1d537ffe9f72128c6ef5761627 100644
(file)
--- a/
src/makefiles/Makefile.irix5
+++ b/
src/makefiles/Makefile.irix5
@@
-3,5
+3,6
@@
RANLIB= touch
%.so: %.o
- $(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
+ $(LD) -G -Bdynamic -shared -o $@ $< $(
+