Use secret Mozilla GCC in 12.04 for btls

(cherry picked from commit 4ca99499ecd689616f5eb6c9c8b9b773194b8a78)


Former-commit-id: 87d229428233aa3cc4f6b271b27110046c58650a
This commit is contained in:
Jo Shields 2017-06-26 17:37:10 +01:00
parent 2c3870db90
commit 9866ef66b7
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
216fe98a843205c1b16d982545f600d5e76d8424
4fab9d798bd6d70b6604260755ec21f100da5a55

4
debian/rules vendored
View File

@ -80,6 +80,10 @@ ifneq (,$(wildcard /usr/bin/gcc-4.7))
GCC := CC=/usr/bin/gcc-4.7 CXX=/usr/bin/g++-4.7
endif
ifneq (,$(wildcard /usr/lib/gcc-mozilla/bin/gcc))
GCC := CC=/usr/lib/gcc-mozilla/bin/gcc CXX=/usr/lib/gcc-mozilla/bin/g++
endif
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk