use -Bforcearchive when linking the shared lib
This commit is contained in:
parent
c59a6c9a8e
commit
ec2982d011
@ -31,7 +31,7 @@
|
||||
$(RANLIB) $(LIBRARY)
|
||||
|
||||
+$(SHLIBRARY): $(SHLIBOBJ)
|
||||
+ ld -Bshareable -o $(SHLIBRARY) $(SHLIBOBJ)
|
||||
+ ld -Bshareable -Bforcearchive -o $(SHLIBRARY) $(SHLIBOBJ)
|
||||
+
|
||||
$(LIBOBJ): Makefile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user