From 5fcf7987d61d6382cec8750e06452fce4cae150e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 8 Sep 2019 10:20:52 +0200 Subject: [PATCH] sid should also get gcc 8 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e36d0541..ba67c9a6 100755 --- a/debian/rules +++ b/debian/rules @@ -67,7 +67,7 @@ ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++ GCC_VERSION := 4.9 endif -FORCE_NOT_GCC_9_DISTRO := eoan bullseye +FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO))) # Force gcc-8 GCC_VERSION := 8