summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/rules.defs3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index 84e0177..0ab3034 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -340,8 +340,7 @@ with_common_libs := yes
# XXX: should with_common_libs be "yes" only if this is the default compiler
# version on the targeted arch?
-# currently, Debian experimental has gcc-4.8 too (identifying as wheezy)
-ifeq (,$(filter $(distrelease),etch lenny squeeze))
+ifeq (,$(filter $(distrelease),etch lenny squeeze wheezy))
with_common_pkgs :=
with_common_libs :=
else ifeq (,$(filter $(distrelease),dapper hardy jaunty karmic lucid maverick oneiric precise quantal raring))