[Pkg-voip-commits] r5395 - in /spandsp/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Mar 29 16:02:04 UTC 2008


Author: tzafrir-guest
Date: Sat Mar 29 16:02:03 2008
New Revision: 5395

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5395
Log:
Avoid rpath on amd64 (from http://wiki.debian.org/RpathIssue ).

Modified:
    spandsp/trunk/debian/changelog
    spandsp/trunk/debian/rules

Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=5395&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Sat Mar 29 16:02:03 2008
@@ -4,6 +4,7 @@
   * Bump standard version to 3.7.3 (no change needed).
   * debian/copyright: Make sure that the Copyright line is properly
     written
+  * Avoid rpath on amd64 (from http://wiki.debian.org/RpathIssue ).
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 23 Mar 2008 21:29:13 +0200
 

Modified: spandsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/rules?rev=5395&op=diff
==============================================================================
--- spandsp/trunk/debian/rules (original)
+++ spandsp/trunk/debian/rules Sat Mar 29 16:02:03 2008
@@ -34,6 +34,8 @@
 
 config.status: autotools configure
 	dh_testdir
+	if [ ! -r aclocal.m4.saved ]; then cp -a aclocal.m4 aclocal.m4.saved; fi
+	sed -i -r 's/(hardcode_into_libs=).*$$/\1=no/' aclocal.m4
 	CFLAGS="$(CFLAGS)" ./configure \
 	  --host=$(DEB_HOST_GNU_TYPE) \
 	  --build=$(DEB_BUILD_GNU_TYPE) \
@@ -54,6 +56,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp autotools
+	if [ -r aclocal.m4.saved ]; then mv aclocal.m4.saved aclocal.m4; fi
 	[ ! -f Makefile ]||$(MAKE) distclean
 
 	-$(RM) -f config.sub




More information about the Pkg-voip-commits mailing list