File: example_build.patch

package info (click to toggle)
lcov 1.13-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,144 kB
  • ctags: 639
  • sloc: perl: 10,115; xml: 3,610; makefile: 166; sh: 87; ansic: 61
file content (23 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: change paths so examples build within Debian examples directory.
Author: Alastair McKinstry <mckinstry@debian.org>
Uploaded: no

Index: lcov-1.12/example/Makefile
===================================================================
--- lcov-1.12.orig/example/Makefile
+++ lcov-1.12/example/Makefile
@@ -10,10 +10,10 @@
 CC      := gcc
 CFLAGS  := -Wall -I. -fprofile-arcs -ftest-coverage
 
-LCOV    := ../bin/lcov
-GENHTML := ../bin/genhtml
-GENDESC := ../bin/gendesc
-GENPNG  := ../bin/genpng
+LCOV    := /usr/bin/lcov
+GENHTML := /usr/bin/genhtml
+GENDESC := /usr/bin/gendesc
+GENPNG  := /usr/bin/genpng
 
 # Depending on the presence of the GD.pm perl module, we can use the
 # special option '--frames' for genhtml