Andreas Stieger
974f2ce095
gnupg 2.1.1 OBS-URL: https://build.opensuse.org/request/show/266475 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=90
34 lines
930 B
Diff
34 lines
930 B
Diff
Index: tools/Makefile.am
|
|
===================================================================
|
|
--- tools/Makefile.am.orig
|
|
+++ tools/Makefile.am
|
|
@@ -36,8 +36,8 @@ sbin_SCRIPTS = addgnupghome applygnupgde
|
|
|
|
bin_SCRIPTS = gpgsm-gencert.sh
|
|
if HAVE_USTAR
|
|
-# bin_SCRIPTS += gpg-zip
|
|
-noinst_SCRIPTS = gpg-zip
|
|
+bin_SCRIPTS += gpg-zip
|
|
+#noinst_SCRIPTS = gpg-zip
|
|
endif
|
|
|
|
if BUILD_SYMCRYPTRUN
|
|
@@ -55,7 +55,7 @@ endif
|
|
# Fixme: We should remove the gpgkey2ssh tool.
|
|
bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun}
|
|
if !HAVE_W32_SYSTEM
|
|
-bin_PROGRAMS += watchgnupg gpgparsemail
|
|
+bin_PROGRAMS += watchgnupg gpgparsemail gpgsplit
|
|
endif
|
|
if !HAVE_W32CE_SYSTEM
|
|
bin_PROGRAMS += gpgkey2ssh ${gpgtar}
|
|
@@ -66,7 +66,7 @@ libexec_PROGRAMS = gpg-check-pattern
|
|
endif
|
|
|
|
if !HAVE_W32CE_SYSTEM
|
|
-noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit
|
|
+noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert
|
|
endif
|
|
|
|
common_libs = $(libcommon)
|