mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +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@
|
LIBTOOL = @LIBTOOL@
|
||||||
LIBVERSION = 0:0:0
|
LIBVERSION = 0:0:0
|
||||||
LTVERSION = --version-info $(LIBVERSION)
|
LTVERSION = -version-info $(LIBVERSION)
|
||||||
LTLIBLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
|
LTLIBLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
|
||||||
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
||||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user