]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-headers.patch
- rel 1
[packages/clamav.git] / clamav-headers.patch
CommitLineData
0e6f5de4
AG
1--- clamav-0.101.0/Makefile.am~ 2018-11-29 14:52:31.000000000 +0100
2+++ clamav-0.101.0/Makefile.am 2018-12-07 09:00:16.238721757 +0100
18033221
AG
3@@ -34,7 +34,7 @@
4 pkgconfigdir = $(libdir)/pkgconfig
5 pkgconfig_DATA = libclamav.pc
0e6f5de4 6
e63bc447
AG
7-nodist_include_HEADERS = clamav-types.h clamav-version.h
8+pkginclude_HEADERS = clamav-types.h clamav-version.h
0e6f5de4 9
18033221
AG
10 # don't complain that configuration files and databases are not removed, this is intended
11 distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
0e6f5de4
AG
12--- clamav-0.101.0/libclamav/Makefile.am~ 2018-11-29 14:52:31.000000000 +0100
13+++ clamav-0.101.0/libclamav/Makefile.am 2018-12-07 09:00:16.312058931 +0100
14@@ -269,7 +269,7 @@
15 libclamav_la_LDFLAGS += -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamav/libclamav.map
16 endif
17
18-include_HEADERS = clamav.h
18033221 19+pkginclude_HEADERS = clamav.h
0e6f5de4
AG
20
21 libclamav_la_SOURCES = \
22 matcher-ac.c \
23--- clamav-0.101.0/libclamav.pc.in~ 2018-11-29 14:52:31.000000000 +0100
24+++ clamav-0.101.0/libclamav.pc.in 2018-12-10 11:11:47.748327272 +0100
25@@ -1,7 +1,7 @@
26 prefix=@prefix@
27 exec_prefix=@exec_prefix@
28 libdir=@libdir@
29-includedir=@includedir@
30+includedir=@includedir@/clamav
31
32 Name: libclamav
33 Description: A GPL virus scanner
da7bf284
JB
34--- clamav-0.101.0/clamav-config.in.orig 2018-11-29 14:52:31.000000000 +0100
35+++ clamav-0.101.0/clamav-config.in 2018-12-10 19:32:41.185456107 +0100
36@@ -3,7 +3,7 @@
37
38 prefix=@prefix@
39 exec_prefix=@exec_prefix@
40-includedir=@includedir@
41+includedir=@includedir@/clamav
42 libdir=@libdir@
43
44 usage()
45@@ -55,7 +55,7 @@
46 ;;
47
48 --cflags)
49- echo -I@includedir@ @CFLAGS@
50+ echo -I${includedir} @CFLAGS@
51 ;;
52
53 --libs)
e63bc447
AG
54--- clamav-0.102.0/libfreshclam/Makefile.am~ 2019-10-01 19:24:09.000000000 +0200
55+++ clamav-0.102.0/libfreshclam/Makefile.am 2019-10-04 09:08:07.702507579 +0200
56@@ -32,7 +32,7 @@
57
58 EXTRA_DIST = libfreshclam.map
59
60-include_HEADERS = libfreshclam.h
61+pkginclude_HEADERS = libfreshclam.h
62
63 libfreshclam_la_SOURCES = \
64 $(top_srcdir)/shared/output.c \
This page took 0.053337 seconds and 4 git commands to generate.