Skip to content

Commit cc349d2

Browse files
committed
From: Robert E. Bruccoleri <bruc@bms.com>
Fixes: Shared objects are not linked correctly
1 parent e56f1d6 commit cc349d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/makefiles/Makefile.irix5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
RANLIB= touch
44

55
%.so: %.o
6-
$(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
6+
$(LD) -G -Bdynamic -shared -o $@ $< $(
7+
78

0 commit comments

Comments
 (0)