mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
"make distcheck" fix
This commit is contained in:
parent
a1fc3a5d9e
commit
9921fb3a8c
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
Release 1.4.11rc1.
|
Release 1.4.11rc1.
|
||||||
|
|
||||||
|
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove
|
||||||
|
--enable-selinux-support option.
|
||||||
|
|
||||||
2009-09-02 Werner Koch <wk@g10code.com>
|
2009-09-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
Release 1.4.10.
|
Release 1.4.10.
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-selinux-support --enable-mailto
|
# We can't use --enable-selinux-support because some of our regression
|
||||||
|
# tests are importing secret keys and that is not allowed if
|
||||||
|
# selinux-support is enabled.
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS = --enable-mailto
|
||||||
AUTOMAKE_OPTIONS = dist-bzip2 filename-length-max=99
|
AUTOMAKE_OPTIONS = dist-bzip2 filename-length-max=99
|
||||||
|
|
||||||
if CROSS_COMPILING
|
if CROSS_COMPILING
|
||||||
|
@ -735,8 +735,8 @@ wg7Md81a5RI3F2FG8747t9gX
|
|||||||
|
|
||||||
# Bug 1179 solved 2010-05-12:
|
# Bug 1179 solved 2010-05-12:
|
||||||
# It occured for messages of a multiple of the iobuf block size where
|
# It occured for messages of a multiple of the iobuf block size where
|
||||||
# the last line had no pad character. Due to premature poppng of thea
|
# the last line had no pad character. Due to premature popping of the
|
||||||
# rmor filter gpg swalled the CRC line and passed the '-----END...'
|
# armor filter gpg swalled the CRC line and passed the '-----END...'
|
||||||
# line on to the decryption layer.
|
# line on to the decryption layer.
|
||||||
|
|
||||||
i=alpha_seckey
|
i=alpha_seckey
|
||||||
|
Loading…
Reference in New Issue
Block a user