From 3151927bd6b29e657711449695a2d3908de351b9 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 2 Dec 2016 00:55:23 -0600 Subject: [PATCH] build: SOVERSION should be 2 due to ABI breaks --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f49a0d3..4b04aec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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