mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Libtool's version info option is -version-info, not --version-info
This commit is contained in:
parent
44e371d45c
commit
646d854ce8
@ -53,7 +53,7 @@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 0:0:0
|
||||
LTVERSION = --version-info $(LIBVERSION)
|
||||
LTVERSION = -version-info $(LIBVERSION)
|
||||
LTLIBLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
|
||||
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
|
Loading…
Reference in New Issue
Block a user