forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path001-avoid-build-of-tests.patch
More file actions
23 lines (22 loc) · 1008 Bytes
/
001-avoid-build-of-tests.patch
File metadata and controls
23 lines (22 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Remove tests from SUBDIRS to build
# - tests are not added to the package
# - tests would fail to run in cross environment
# - tests fail to build for OLD_PPC_ARCHS
#
--- Makefile.in.orig 2025-05-07 11:51:54
+++ Makefile.in 2025-07-12 09:14:22
@@ -414,12 +414,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/libtool-patch.sed \
build-aux/git-log-footer build-aux/git-log-fix VERSION