[Pkg-gnutls-commits] r980 - in /packages/gnutls26/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Feb 6 15:10:18 UTC 2011


Author: ametzler
Date: Sun Feb  6 15:10:15 2011
New Revision: 980

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=980
Log:
[merge r904 from branch2.9.x] Drop workaround for 519006, binutils is fixed.

Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/rules

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=980&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sun Feb  6 15:10:15 2011
@@ -1,6 +1,7 @@
 gnutls26 (2.10.2-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Drop workaround for 519006, binutils is fixed even in squeeze.
 
  -- Andreas Metzler <ametzler at debian.org>  Thu, 30 Sep 2010 19:30:46 +0200
 

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=980&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Sun Feb  6 15:10:15 2011
@@ -3,14 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-
-# work around gcc-4.4 bug <http://bugs.debian.org/519006> by building without -g
-ifeq ($(DEB_BUILD_ARCH),mips)
-	export CFLAGS := -O2 -Wall -D_REENTRANT
-endif
-ifeq ($(DEB_BUILD_ARCH),mipsel)
-	export CFLAGS := -O2 -Wall -D_REENTRANT
-endif
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script --enable-cxx --without-lzo --enable-guile --with-guile-site-dir=/usr/share/guile/site --cache-file=$(CURDIR)/config.cache
 DEB_MAKE_CHECK_TARGET = check




More information about the Pkg-gnutls-commits mailing list