mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
Rename version script from Versions to libbsd.map
This commit is contained in:
parent
2fb7200d45
commit
93321224f6
2
Makefile
2
Makefile
@ -184,7 +184,7 @@ $(LIB_SHARED): $(LIB_SHARED_OBJS)
|
||||
$(LINK) \
|
||||
-shared \
|
||||
-Wl,-soname -Wl,$(LIB_SONAME) \
|
||||
-Wl,--version-script=Versions \
|
||||
-Wl,--version-script=libbsd.map \
|
||||
-o $@ $^
|
||||
|
||||
.PHONY: ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user