[Pkg-voip-commits] r4776 - in /opal/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Tue Oct 23 10:02:41 UTC 2007


Author: kilian
Date: Tue Oct 23 10:02:41 2007
New Revision: 4776

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4776
Log:
* Fix build problem in binutils on alpha by using "LDFLAGS+=-Wl,--no-relax".
  Thanks goes to Steve Langasek for finding this.

Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/rules

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=4776&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Tue Oct 23 10:02:41 2007
@@ -1,3 +1,10 @@
+opal (2.2.11~dfsg1-2) UNRELEASED; urgency=low
+
+  * Fix build problem in binutils on alpha by using "LDFLAGS+=-Wl,--no-relax".
+    Thanks goes to Steve Langasek for finding this.
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 23 Oct 2007 12:02:11 +0200
+
 opal (2.2.11~dfsg1-1) unstable; urgency=low
 
   * New upstream release. (gcc-4.2 clean. Yeah!)

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=4776&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Tue Oct 23 10:02:41 2007
@@ -34,7 +34,9 @@
 else
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
-
+ifeq (,$(findstring alpha-linux-gnu,$(DEB_HOST_GNU_TYPE)))
+  LDFLAGS+=-Wl,--no-relax
+endif
 # Ensure the build aborts when there are still references to undefined
 # symbols.
 LDFLAGS += -Wl,-z,def




More information about the Pkg-voip-commits mailing list