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:
Jordan Justen 2015-01-05 22:27:03 -08:00
parent a9b5674e21
commit 7a06551f27

2
debian/rules vendored
View File

@ -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