mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
Make it easier to distribute bzip2
This commit is contained in:
parent
7956620485
commit
999f8a3feb
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-05 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* autogen.sh <--build-w32>: Pass --with-bzip2.
|
||||||
|
|
||||||
2009-09-03 Werner Koch <wk@g10code.com>
|
2009-09-03 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* w32installer.nsi: Set the final OutPath to Doc/.
|
* w32installer.nsi: Set the final OutPath to Doc/.
|
||||||
|
@ -51,6 +51,9 @@ if test "$1" = "--build-w32"; then
|
|||||||
fi
|
fi
|
||||||
build=`$tsdir/scripts/config.guess`
|
build=`$tsdir/scripts/config.guess`
|
||||||
|
|
||||||
|
[ -z "$w32root" ] && w32root="$HOME/w32root"
|
||||||
|
echo "Using $w32root as standard install directory" >&2
|
||||||
|
|
||||||
# Locate the cross compiler
|
# Locate the cross compiler
|
||||||
crossbindir=
|
crossbindir=
|
||||||
for host in i586-mingw32msvc i386-mingw32msvc; do
|
for host in i586-mingw32msvc i386-mingw32msvc; do
|
||||||
@ -92,6 +95,7 @@ if test "$1" = "--build-w32"; then
|
|||||||
[ $DIE = yes ] && exit 1
|
[ $DIE = yes ] && exit 1
|
||||||
|
|
||||||
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
|
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
|
||||||
|
--with-bzip2=${w32root} \
|
||||||
${disable_foo_tests} $*
|
${disable_foo_tests} $*
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
@ -142,7 +142,7 @@ cp ${srcdir}/doc/README.W32 README-W32.txt
|
|||||||
todos README-W32.txt
|
todos README-W32.txt
|
||||||
|
|
||||||
patches_defs=
|
patches_defs=
|
||||||
for i in `find "$topdir/patches" -type f -name '*.diff'`; do
|
for i in `find "$topdir/patches" -type f \( -name '*.diff' -o -name '*.tar.gz' \)`; do
|
||||||
cp $i .
|
cp $i .
|
||||||
patches_defs="-DWITH_PATCHES"
|
patches_defs="-DWITH_PATCHES"
|
||||||
done
|
done
|
||||||
|
@ -229,6 +229,7 @@ Section "Documentation" SecDoc
|
|||||||
!ifdef WITH_PATCHES
|
!ifdef WITH_PATCHES
|
||||||
SetOutPath "$INSTDIR\Src"
|
SetOutPath "$INSTDIR\Src"
|
||||||
File '*.diff'
|
File '*.diff'
|
||||||
|
File '*.tar.gz'
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
SectionEnd ; Section Documentation
|
SectionEnd ; Section Documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user