File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments