mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
build: correct libtool parameter used within Makefiles
This corrects the parameters passed to libtool when linking the shared libraries. The paramter name is -version-info not -version. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
9289c6ff55
commit
4bed21c402
@ -3,7 +3,7 @@
|
|||||||
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||||
|
|
||||||
lib_LTLIBRARIES = libospfapiclient.la
|
lib_LTLIBRARIES = libospfapiclient.la
|
||||||
libospfapiclient_la_LDFLAGS = -version 0:0:0
|
libospfapiclient_la_LDFLAGS = -version-info 0:0:0
|
||||||
|
|
||||||
sbin_PROGRAMS = ospfclient
|
sbin_PROGRAMS = ospfclient
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
|
|||||||
INSTALL_SDATA=@INSTALL@ -m 600
|
INSTALL_SDATA=@INSTALL@ -m 600
|
||||||
|
|
||||||
lib_LTLIBRARIES = libospf.la
|
lib_LTLIBRARIES = libospf.la
|
||||||
libospf_la_LDFLAGS = -version 0:0:0
|
libospf_la_LDFLAGS = -version-info 0:0:0
|
||||||
|
|
||||||
sbin_PROGRAMS = ospfd
|
sbin_PROGRAMS = ospfd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user