[Pkg-voip-commits] [pjproject] 34/42: Reduce number of libraries linked with pjlib-util

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:57 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 7fb336c5cf412a5edc516c752476b4c3b0f618ac
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Fri Oct 31 23:14:49 2014 +0200

    Reduce number of libraries linked with pjlib-util
    
    The -util library hardly has any external library dependencies. Removing
    the external libs.
---
 pjlib-util/build/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index cb601cb..f89f62d 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -29,7 +29,7 @@ export _CFLAGS 	:= $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
 export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \
 		   $(HOST_CXXFLAGS) $(CXXFLAGS)
 export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \
-		   $(APP_LDFLAGS) $(LDFLAGS)
+		   $(APP_LDFLAGS)
 
 ###############################################################################
 # Defines for building PJLIB-UTIL library

-- 
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