- add gnupg-2.0.20-automake113.diff to fix build with automake 1.13
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=58
This commit is contained in:
parent
d7e7e54938
commit
19791fc189
13
gnupg-2.0.20-automake113.diff
Normal file
13
gnupg-2.0.20-automake113.diff
Normal file
@ -0,0 +1,13 @@
|
||||
Index: gnupg-2.0.20/tests/openpgp/Makefile.am
|
||||
===================================================================
|
||||
--- gnupg-2.0.20.orig/tests/openpgp/Makefile.am
|
||||
+++ gnupg-2.0.20/tests/openpgp/Makefile.am
|
||||
@@ -25,7 +25,7 @@ required_pgms = ../../g10/gpg2 ../../age
|
||||
|
||||
|
||||
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
|
||||
- ../../agent/gpg-agent --quiet --daemon sh
|
||||
+ ../../agent/gpg-agent --quiet --daemon
|
||||
|
||||
|
||||
TESTS = version.test mds.test \
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 12:40:10 UTC 2013 - coolo@suse.com
|
||||
|
||||
- add gnupg-2.0.20-automake113.diff to fix build with automake 1.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 14:00:45 UTC 2013 - vcizek@suse.com
|
||||
|
||||
|
@ -66,6 +66,8 @@ Patch6: gnupg-dont-fail-with-seahorse-agent.patch
|
||||
Patch7: gnupg-broken-curl-test.patch
|
||||
Patch8: gnupg-set_umask_before_open_outfile.patch
|
||||
Patch9: gnupg-detect_FIPS_mode.patch
|
||||
# PATCH-FIX-OPENSUSE coolo@suse.de -- automake 1.13 already includes $SHELL
|
||||
Patch10: gnupg-2.0.20-automake113.diff
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -86,6 +88,7 @@ gpg-agent, and a keybox library.
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user