Skip to content

Commit

Permalink
libgcrypt: disconnect tests from the build
Browse files Browse the repository at this point in the history
Tests require libgpg-error library built for the host machine
which we do not nessarily have in the build environment.
  • Loading branch information
saper committed Mar 26, 2023
1 parent 5714a91 commit 924f78f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions patches/libgcrypt-1.10.1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,21 @@ diff -u -r libgcrypt-1.8.10-clean/configure libgcrypt-1.8.10/configure

# Compile-time system search path for libraries.
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
--- libgcrypt-1.10.1/Makefile.in.orig 2023-03-26 20:27:03.035269196 +0200
+++ libgcrypt-1.10.1/Makefile.in 2023-03-26 20:27:08.921203067 +0200
@@ -417,12 +417,12 @@
GITLOG_TO_CHANGELOG = gitlog-to-changelog
@BUILD_DOC_FALSE@doc =
@BUILD_DOC_TRUE@doc = doc
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
-SUBDIRS = compat mpi cipher random src $(doc) tests
+DIST_SUBDIRS = m4 compat mpi cipher random src doc
+SUBDIRS = compat mpi cipher random src $(doc)
EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \
ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011 \
m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011 \
- random/ChangeLog-2011 tests/ChangeLog-2011 mpi/ChangeLog-2011 \
+ random/ChangeLog-2011 mpi/ChangeLog-2011 \
build-aux/git-log-footer build-aux/git-log-fix VERSION

DISTCLEANFILES =

0 comments on commit 924f78f

Please sign in to comment.