Skip to content

Commit 924f78f

Browse files
committed
libgcrypt: disconnect tests from the build
Tests require libgpg-error library built for the host machine which we do not nessarily have in the build environment.
1 parent 5714a91 commit 924f78f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

patches/libgcrypt-1.10.1.patch

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,21 @@ diff -u -r libgcrypt-1.8.10-clean/configure libgcrypt-1.8.10/configure
174174

175175
# Compile-time system search path for libraries.
176176
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
177+
--- libgcrypt-1.10.1/Makefile.in.orig 2023-03-26 20:27:03.035269196 +0200
178+
+++ libgcrypt-1.10.1/Makefile.in 2023-03-26 20:27:08.921203067 +0200
179+
@@ -417,12 +417,12 @@
180+
GITLOG_TO_CHANGELOG = gitlog-to-changelog
181+
@BUILD_DOC_FALSE@doc =
182+
@BUILD_DOC_TRUE@doc = doc
183+
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
184+
-SUBDIRS = compat mpi cipher random src $(doc) tests
185+
+DIST_SUBDIRS = m4 compat mpi cipher random src doc
186+
+SUBDIRS = compat mpi cipher random src $(doc)
187+
EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \
188+
ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011 \
189+
m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011 \
190+
- random/ChangeLog-2011 tests/ChangeLog-2011 mpi/ChangeLog-2011 \
191+
+ random/ChangeLog-2011 mpi/ChangeLog-2011 \
192+
build-aux/git-log-footer build-aux/git-log-fix VERSION
193+
194+
DISTCLEANFILES =

0 commit comments

Comments
 (0)