1
0
Fork 0

Make choice of c compiler more flexible to help cross building.

Thanks: Helmut Grohne <helmut@subdivi.de>
Closes: #897048
This commit is contained in:
Dr. Tobias Quathamer 2018-04-28 15:14:12 +02:00
parent 2991da7809
commit 0350c36c48
1 changed files with 6 additions and 0 deletions

6
debian/rules vendored
View File

@ -3,6 +3,12 @@
# Use all hardening features
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Make choice of c compiler more flexible to help cross building.
# See bug #897048
-include /usr/share/dpkg/buildtools.mk
export bsd_games_cfg_cc=$(CC)
export bsd_games_cfg_cxx=$(CXX)
%:
dh $@