mirror of
https://salsa.debian.org/games-team/bsdgames
synced 2024-12-04 14:46:22 -05:00
Make choice of c compiler more flexible to help cross building.
Thanks: Helmut Grohne <helmut@subdivi.de> Closes: #897048
This commit is contained in:
parent
2991da7809
commit
0350c36c48
6
debian/rules
vendored
6
debian/rules
vendored
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user