From b6cb37fec735949711c276cab1e20b46f9e58007 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 5 Nov 2012 21:28:03 +0100 Subject: debian: Testing was disabled because of a funny x86 compiler issue caused by us The bits test will fail on Debian Stable for x86. Somehow the load of a static const array is ending up accessing random memory. This only happens when not using any -OX options and this is caused by us. Do not override the default debian CFLAGS.. and the tests will pass on debian stable. --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 430babce..f97995d5 100755 --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,6 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2) DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1) VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') -CFLAGS = -Wall -g - %: dh --with autoreconf $@ --fail-missing @@ -25,6 +23,3 @@ override_dh_autoreconf: echo $(VERSION) > .tarball-version dh_autoreconf -override_dh_auto_test: -# tests are broken... - -- cgit v1.2.3