mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Use newly-independent LVM_LIBAPI in liblvm soname. E.g. liblvm2app.so.2.1.
This commit is contained in:
parent
bf45614685
commit
340b6b0fb1
@ -1,5 +1,6 @@
|
||||
Version 2.02.50 -
|
||||
================================
|
||||
Use newly-independent LVM_LIBAPI in liblvm soname. E.g. liblvm2app.so.2.1.
|
||||
Add an API version number, LVM_LIBAPI, to the VERSION string for liblvm.
|
||||
Pass a pointer to struct cmd_context to init_multiple_segtypes
|
||||
Return EINVALID_CMD_LINE not success when invalid VG name format is used.
|
||||
|
@ -21,8 +21,8 @@ SOURCES =\
|
||||
lvm_vg.c
|
||||
|
||||
LIB_NAME = liblvm2app
|
||||
LIB_VERSION = $(LIB_VERSION_LVM)
|
||||
VERSIONED_SHLIB = $(LIB_NAME).$(LIB_SUFFIX).$(LIB_VERSION_LVM)
|
||||
LIB_VERSION = $(LIB_VERSION_APP)
|
||||
VERSIONED_SHLIB = $(LIB_NAME).$(LIB_SUFFIX).$(LIB_VERSION_APP)
|
||||
|
||||
ifeq ("@STATIC_LINK@", "yes")
|
||||
LIB_STATIC = $(LIB_NAME).a
|
||||
|
Loading…
Reference in New Issue
Block a user