mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Debian packaging: fix variable exports in debian/rules
This ended up setting the variable to "true ", which cargo did not understand.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
|
||||
export DH_VERBOSE=1
|
||||
export CARGO_TERM_VERBOSE=true # required by Debian policy 4.9, version 4.2.0
|
||||
# VERBOSE to satisfy Debian policy 4.9, introduced in version 4.2.0
|
||||
export CARGO_TERM_VERBOSE=true
|
||||
endif
|
||||
# The LTO profile sets CFLAGS/CXXFLAGS which confuse the compilation process; disable it
|
||||
# LTO is still performed by rustc based on Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user