mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 10:26:25 +00:00
debian: Set SHELL environment variable when running configure
The configure script uses this to find the shell binary. If not set, it will try to build i386 when on amd64 systems. Signed-off-by: Jordan Justen <jljusten@gmail.com>
This commit is contained in:
parent
a9b5674e21
commit
7a06551f27
2
debian/rules
vendored
2
debian/rules
vendored
@ -23,7 +23,9 @@ SYSTEM_LLVM = --llvm-root=/usr
|
||||
%:
|
||||
dh $@ --parallel
|
||||
|
||||
# Note: SHELL is not set by dash, but the configure script wants to use it
|
||||
override_dh_auto_configure:
|
||||
SHELL=/bin/sh \
|
||||
./configure \
|
||||
$(COMMON_FLAGS) \
|
||||
# TODO
|
||||
|
Loading…
Reference in New Issue
Block a user