File: fix_parallel_build.patch

package info (click to toggle)
tse3 0.3.1-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,888 kB
  • ctags: 4,135
  • sloc: cpp: 22,940; sh: 8,559; makefile: 332; perl: 47
file content (15 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: fix parallel building
 The test binary needs libtse3.la, so a dependency is required.
 Without it, the test could be built in parallel to the library.

--- a/src/tse3/Makefile.am
+++ b/src/tse3/Makefile.am
@@ -55,6 +55,7 @@
 noinst_PROGRAMS = test
 test_SOURCES = test.cpp
 test_LDADD = $(top_builddir)/src/tse3/libtse3.la
+test_DEPENDENCIES = libtse3.la
 
 # McCabe .i file generation