build: SOVERSION should be 2 due to ABI breaks

pull/100/head
William Pitcock 2016-12-02 00:55:23 -06:00
parent 3ba3aae783
commit 3151927bd6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ libpkgconf_la_SOURCES = \
libpkgconf/dependency.c \
libpkgconf/queue.c \
libpkgconf/path.c
libpkgconf_la_LDFLAGS = -version-info 1:0:0
libpkgconf_la_LDFLAGS = -version-info 2:0:0
# -export-symbols-regex '^pkgconf_'
dist_man_MANS = pkgconf.1