[Pkg-voip-commits] [pjproject] 06/42: Remove pointless linking with libasound

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master-2.3
in repository pjproject.

commit 043842736ad6538ac436c7c7e3159d0f25e7af94
Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Thu Oct 30 08:09:41 2014 +0200

    Remove pointless linking with libasound
    
    Upstream: no
    
    All libraries and applications were being linked against libasound,
    but it was not being used anywhere.
    
    Upstream says: this cannot be merged as-is.
---
 aconfigure    | 2 --
 aconfigure.ac | 1 -
 2 files changed, 3 deletions(-)

diff --git a/aconfigure b/aconfigure
index ba0e6d2..53103b7 100755
--- a/aconfigure
+++ b/aconfigure
@@ -6100,8 +6100,6 @@ $as_echo "Checking sound device backend... null sound" >&6; }
 if test "x$ac_cv_header_alsa_version_h" = xyes; then :
   ac_pa_use_alsa=1
 
-			 LIBS="$LIBS -lasound"
-
 else
   ac_pa_use_alsa=0
 
diff --git a/aconfigure.ac b/aconfigure.ac
index b7bf92e..da26c98 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -654,7 +654,6 @@ else
 	ac_pjmedia_snd=pa_unix
 	AC_CHECK_HEADER(alsa/version.h,
 			[AC_SUBST(ac_pa_use_alsa,1)
-			 LIBS="$LIBS -lasound"
 			],
 		        [AC_SUBST(ac_pa_use_alsa,0)])
 	AC_MSG_RESULT([Checking sound device backend... unix])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list