[Pkg-voip-commits] r9313 - in /libosip2/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Oct 8 03:08:10 UTC 2011


Author: msp
Date: Sat Oct  8 03:08:08 2011
New Revision: 9313

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9313
Log:
Fix "Resolve unresolved symbols in shared libraries" 
debian/rules: export EXTRA_LIB=-lpthread (Closes: #558915)

Modified:
    libosip2/trunk/debian/changelog
    libosip2/trunk/debian/rules

Modified: libosip2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/trunk/debian/changelog?rev=9313&op=diff
==============================================================================
--- libosip2/trunk/debian/changelog (original)
+++ libosip2/trunk/debian/changelog Sat Oct  8 03:08:08 2011
@@ -1,3 +1,10 @@
+libosip2 (3.6.0-2) experimental; urgency=low
+
+  * Fix "Resolve unresolved symbols in shared libraries" 
+    debian/rules: export EXTRA_LIB=-lpthread (Closes: #558915)
+
+ -- Mark Purcell <msp at debian.org>  Sat, 08 Oct 2011 14:06:34 +1100
+
 libosip2 (3.6.0-1) experimental; urgency=low
 
   * New upstream release

Modified: libosip2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/trunk/debian/rules?rev=9313&op=diff
==============================================================================
--- libosip2/trunk/debian/rules (original)
+++ libosip2/trunk/debian/rules Sat Oct  8 03:08:08 2011
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 %:
 	dh $@ --parallel
+
+export EXTRA_LIB=-lpthread
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gperf --enable-pthread




More information about the Pkg-voip-commits mailing list