Use libpkgconf.so.5 due to ABI changes

master
Ariadne Conill 2024-03-27 11:31:48 -07:00
parent e2a8080cbf
commit a3d7ecb31b
2 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ libpkgconf_la_SOURCES = \
libpkgconf/path.c \
libpkgconf/personality.c \
libpkgconf/parser.c
libpkgconf_la_LDFLAGS = -no-undefined -version-info 4:0:0 -export-symbols-regex '^pkgconf_'
libpkgconf_la_LDFLAGS = -no-undefined -version-info 5:0:0 -export-symbols-regex '^pkgconf_'
dist_man_MANS = \
man/pkgconf.1 \

View File

@ -96,8 +96,8 @@ libpkgconf = library('pkgconf',
'libpkgconf/tuple.c',
c_args: ['-DLIBPKGCONF_EXPORT', build_static],
install : true,
version : '4.0.0',
soversion : '4',
version : '5.0.0',
soversion : '5',
)
# For other projects using libpkgconfig as a subproject