]> git.pld-linux.org Git - packages/gpgme.git/commitdiff
- ugly hack / kill tests (they cause sigsegv on 64-bit archs). auto/th/gpgme-1_0_2-5
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 21 May 2005 00:02:11 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpgme-kill-tests.patch -> 1.1
    gpgme.spec -> 1.58

gpgme-kill-tests.patch [new file with mode: 0644]
gpgme.spec

diff --git a/gpgme-kill-tests.patch b/gpgme-kill-tests.patch
new file mode 100644 (file)
index 0000000..7d3252e
--- /dev/null
@@ -0,0 +1,14 @@
+--- gpgme-1.0.2/Makefile.am.orig       2004-12-28 12:35:21.000000000 +0100
++++ gpgme-1.0.2/Makefile.am    2005-05-21 01:57:15.000000000 +0200
+@@ -37,11 +37,7 @@
+ complus = 
+ endif
+-if RUN_GPG_TESTS
+-tests = tests
+-else
+ tests = 
+-endif
+ SUBDIRS = ${assuan} gpgme ${tests} doc ${complus}
index 46969df7ccb187dc822cbf5e8f536aa85fee5ec0..7eecbbd746e0b1b3d3e7ba1937c584a40b70c13f 100644 (file)
@@ -17,6 +17,7 @@ Source0:      ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
 # Source0-md5: 25513fd35593bad08c1e486878296b40
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-gpg2.patch
+Patch2:                %{name}-kill-tests.patch
 URL:           http://www.gnupg.org/gpgme.html
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9.3
@@ -67,6 +68,7 @@ Statyczna wersja biblioteki GPGME.
 %setup -q
 %patch0 -p1
 %{?with_gpgsm:%patch1 -p1}
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.075156 seconds and 4 git commands to generate.