[Announce] GnuPG 2.0.5 released
Alon Bar-Lev
alon.barlev at gmail.com
Fri Jul 6 18:32:20 CEST 2007
On 7/6/07, Werner Koch <wk at gnupg.org> wrote:
> Hello!
>
> We are pleased to announce the availability of a new stable GnuPG-2
> release: Version 2.0.5.
Hello Werner,
It will be nice if you publish dependency like libassuan and libskba
version requirements (if changed).
Also, you have parallel make issue.
At:
common/Makefile.am you include $(top_srcdir)/am/cmacros.am which defines:
libcommon = ../common/libcommon.a
libcommonpth = ../common/libcommonpth.a
This causes dependency of t-convert to be out of subdir thus fail parallel make.
The following temporary solves the issue:
sed -i 's#\.\./common/libcommon#libcommon#g' common/Makefile.in
Best Regards,
Alon Bar-Lev.
More information about the Gnupg-users
mailing list