From ab48c81a5a73cc1065f247bc26fa0b565c6565ef Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 15 Jul 2015 13:39:00 -0500 Subject: drop build-dependency on g++-4.9 --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e39944a..c329b0a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,5 @@ #!/usr/bin/make -f -# Explicitly selecting a G{CC,++}-version here to avoid ABI breaks -# introduced by toolchain updates. -export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9 -export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9 - %: dh $@ --with translations -- cgit v1.2.3