Skip to content

Commit 4ff8267

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 b38537c commit 4ff8267

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

patches/libgcrypt-1.10.1.patch

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,22 @@ 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-27 09:35:30.902000000 -0400
178+
+++ libgcrypt-1.10.1/Makefile.in 2023-03-27 09:37:17.803000000 -0400
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 =
195+

0 commit comments

Comments
 (0)