[pulseaudio-commits] Branch 'stable-2.x' - 2 commits - configure.ac src/Makefile.am

Arun Raghavan arun at kemper.freedesktop.org
Thu Jul 19 05:05:47 PDT 2012


 configure.ac    |    2 +-
 src/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 8c34ed7e3bc626fee51b5c07dcd38f8da6f42dd6
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Wed Jul 18 12:23:17 2012 +0530

    build: Bump soname

diff --git a/configure.ac b/configure.ac
index 1936d7c..a78098c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 26)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [14:2:14])
+AC_SUBST(LIBPULSE_VERSION_INFO, [14:3:14])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z

commit cd96e2c4e9cf770574b47ac9ce46c2d7478461dd
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Thu Jul 19 16:55:03 2012 +0530

    build: Fix distcheck failure on libwebrtc-util
    
    Without -avoid-version, libtool creates a libwebrtc-util.so.0 and
    libwebrtc-util.so.0.0.0 which are not cleaned up by make uninstall,
    which in turn causes make distcheck to fail.

diff --git a/src/Makefile.am b/src/Makefile.am
index 187e030..9b71b17 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1842,6 +1842,7 @@ modlibexec_LTLIBRARIES += libwebrtc-util.la
 libwebrtc_util_la_SOURCES = modules/echo-cancel/webrtc.cc
 libwebrtc_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(SERVER_CFLAGS) $(WEBRTC_CFLAGS) -DHAVE_WEBRTC=1
 libwebrtc_util_la_LIBADD = $(WEBRTC_LIBS)
+libwebrtc_util_la_LDFLAGS = -avoid-version
 
 module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1
 module_echo_cancel_la_LIBADD += libwebrtc-util.la



More information about the pulseaudio-commits mailing list