mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Libtool's version info option is -version-info, not --version-info
This commit is contained in:
parent
44e371d45c
commit
646d854ce8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue