~dobey/indicator-location/no-more-autostart

« back to all changes in this revision

Viewing changes to debian/rules

drop build-dependency on g++-4.9 Fixes: #1452324
Approved by: Pete Woods, PS Jenkins bot, Rodney Dawes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
# Explicitly selecting a G{CC,++}-version here to avoid ABI breaks
4
 
# introduced by toolchain updates. <https://wiki.ubuntu.com/cpp-11>
5
 
export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
6
 
export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
7
 
 
8
3
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
9
4
 
10
5
%: