From: Robert E. Bruccoleri <bruc@bms.com>
Fixes: Shared objects are not linked correctly
This commit is contained in:
parent
e56f1d60a5
commit
cc349d2c87
@ -3,5 +3,6 @@
|
||||
RANLIB= touch
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
|
||||
$(LD) -G -Bdynamic -shared -o $@ $< $(
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user