mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Make it easier to distribute bzip2
This commit is contained in:
parent
7956620485
commit
999f8a3feb
4 changed files with 10 additions and 1 deletions
|
@ -51,6 +51,9 @@ if test "$1" = "--build-w32"; then
|
|||
fi
|
||||
build=`$tsdir/scripts/config.guess`
|
||||
|
||||
[ -z "$w32root" ] && w32root="$HOME/w32root"
|
||||
echo "Using $w32root as standard install directory" >&2
|
||||
|
||||
# Locate the cross compiler
|
||||
crossbindir=
|
||||
for host in i586-mingw32msvc i386-mingw32msvc; do
|
||||
|
@ -92,6 +95,7 @@ if test "$1" = "--build-w32"; then
|
|||
[ $DIE = yes ] && exit 1
|
||||
|
||||
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
|
||||
--with-bzip2=${w32root} \
|
||||
${disable_foo_tests} $*
|
||||
exit $?
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue