From aac4d9c8db9c3f585e91ffdd54cfe997790a97d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 11 Jul 2019 18:30:30 +0200 Subject: fix gcc-9 issue --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2e22b6b9..35452121 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,9 @@ DEB_MAKE_CHECK_TARGET = check VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') +export CC=gcc-9 +export CXX=g++-9 + %: dh $@ -- cgit v1.2.3