diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-11-05 21:28:03 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-11-05 21:28:03 +0100 |
commit | b6cb37fec735949711c276cab1e20b46f9e58007 (patch) | |
tree | 5ebd6e6eeb8251f3613f1d1dbace7e5e08b04ead /debian | |
parent | d430ef443acf02d52ed4945ef272c9f49066647c (diff) |
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.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
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... - |