Bump library sonames
- Lots and lots of API changes, including what amounts to rewriting of librpmbuild external API... The only exception is librpmsign which is new and starts with 0
This commit is contained in:
parent
a5c247c549
commit
ed950990c4
|
@ -16,7 +16,7 @@ librpmbuild_la_SOURCES = \
|
|||
parsePolicies.c policies.c \
|
||||
rpmbuild_internal.h rpmbuild_misc.h
|
||||
|
||||
librpmbuild_la_LDFLAGS = -version-info 1:0:0
|
||||
librpmbuild_la_LDFLAGS = -version-info 2:0:0
|
||||
librpmbuild_la_LIBADD = \
|
||||
$(top_builddir)/lib/librpm.la \
|
||||
$(top_builddir)/rpmio/librpmio.la \
|
||||
|
|
|
@ -38,7 +38,7 @@ librpm_la_SOURCES = \
|
|||
rpmliblua.c rpmliblua.h rpmchroot.c rpmchroot.h \
|
||||
rpmplugins.c rpmplugins.h
|
||||
|
||||
librpm_la_LDFLAGS = -version-info 1:0:0
|
||||
librpm_la_LDFLAGS = -version-info 2:0:0
|
||||
|
||||
librpm_la_LIBADD = \
|
||||
$(top_builddir)/rpmio/librpmio.la \
|
||||
|
|
|
@ -18,7 +18,7 @@ librpmio_la_SOURCES = \
|
|||
rpmstring.c rpmfileutil.c \
|
||||
rpmkeyring.c
|
||||
|
||||
librpmio_la_LDFLAGS = -version-info 1:0:0
|
||||
librpmio_la_LDFLAGS = -version-info 2:0:0
|
||||
librpmio_la_LIBADD = \
|
||||
../misc/libmisc.la \
|
||||
@WITH_NSS_LIB@ \
|
||||
|
|
Loading…
Reference in New Issue