Set an SONAME for libhoedown.so.3
This commit is contained in:
parent
365ad578e7
commit
0c8eb03f10
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ libhoedown.so: libhoedown.so.3
|
|||
ln -f -s $^ $@
|
||||
|
||||
libhoedown.so.3: $(HOEDOWN_SRC)
|
||||
$(CC) -shared $^ $(LDFLAGS) -o $@
|
||||
$(CC) -Wl,-soname,$(@F) -shared $^ $(LDFLAGS) -o $@
|
||||
|
||||
libhoedown.a: $(HOEDOWN_SRC)
|
||||
$(AR) rcs libhoedown.a $^
|
||||
|
|
Loading…
Reference in a new issue