Is there a way to (native) build bzip2 read-write support into GnuPG 1.3.4, using MinGW+MSYS, so that gpg.exe, once built, needs no external bzip2 components (such as libbz2.dll) installed on the system to work? Even when using LDFLAGS=-static in scripts/autogen.sh, the binary which is build still requires libbz2.dll in the PATH.