]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-headers.patch
- up to 0.103.1
[packages/clamav.git] / clamav-headers.patch
CommitLineData
4cb842b3
AM
1diff -urNp -x '*.orig' clamav-0.103.0.org/Makefile.am clamav-0.103.0/Makefile.am
2--- clamav-0.103.0.org/Makefile.am 2020-09-13 02:27:09.000000000 +0200
3+++ clamav-0.103.0/Makefile.am 2021-04-06 16:40:36.893437739 +0200
4@@ -46,7 +46,7 @@ endif
18033221
AG
5 pkgconfigdir = $(libdir)/pkgconfig
6 pkgconfig_DATA = libclamav.pc
0e6f5de4 7
e63bc447
AG
8-nodist_include_HEADERS = clamav-types.h clamav-version.h
9+pkginclude_HEADERS = clamav-types.h clamav-version.h
0e6f5de4 10
18033221
AG
11 # don't complain that configuration files and databases are not removed, this is intended
12 distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
4cb842b3
AM
13diff -urNp -x '*.orig' clamav-0.103.0.org/clamav-config.in clamav-0.103.0/clamav-config.in
14--- clamav-0.103.0.org/clamav-config.in 2020-09-13 02:27:09.000000000 +0200
15+++ clamav-0.103.0/clamav-config.in 2021-04-06 16:40:36.893437739 +0200
da7bf284
JB
16@@ -3,7 +3,7 @@
17
18 prefix=@prefix@
19 exec_prefix=@exec_prefix@
20-includedir=@includedir@
21+includedir=@includedir@/clamav
22 libdir=@libdir@
23
24 usage()
4cb842b3 25@@ -55,7 +55,7 @@ while test $# -gt 0; do
da7bf284
JB
26 ;;
27
28 --cflags)
29- echo -I@includedir@ @CFLAGS@
30+ echo -I${includedir} @CFLAGS@
31 ;;
32
33 --libs)
4cb842b3
AM
34diff -urNp -x '*.orig' clamav-0.103.0.org/libclamav/Makefile.am clamav-0.103.0/libclamav/Makefile.am
35--- clamav-0.103.0.org/libclamav/Makefile.am 2021-04-06 16:40:36.403412280 +0200
36+++ clamav-0.103.0/libclamav/Makefile.am 2021-04-06 16:40:36.893437739 +0200
37@@ -251,7 +251,7 @@ if VERSIONSCRIPT
38 libclamav_la_LDFLAGS += -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamav/libclamav.map
39 endif
40
41-include_HEADERS = clamav.h
42+pkginclude_HEADERS = clamav.h
43
44 libclamav_la_SOURCES = \
45 matcher-ac.c \
46diff -urNp -x '*.orig' clamav-0.103.0.org/libclamav.pc.in clamav-0.103.0/libclamav.pc.in
47--- clamav-0.103.0.org/libclamav.pc.in 2020-09-13 02:27:09.000000000 +0200
48+++ clamav-0.103.0/libclamav.pc.in 2021-04-06 16:40:36.893437739 +0200
49@@ -1,7 +1,7 @@
50 prefix=@prefix@
51 exec_prefix=@exec_prefix@
52 libdir=@libdir@
53-includedir=@includedir@
54+includedir=@includedir@/clamav
55
56 Name: libclamav
57 Description: A GPL virus scanner
58diff -urNp -x '*.orig' clamav-0.103.0.org/libfreshclam/Makefile.am clamav-0.103.0/libfreshclam/Makefile.am
59--- clamav-0.103.0.org/libfreshclam/Makefile.am 2020-09-13 02:27:10.000000000 +0200
60+++ clamav-0.103.0/libfreshclam/Makefile.am 2021-04-06 16:40:36.893437739 +0200
61@@ -32,7 +32,7 @@ AM_LIBTOOLFLAGS = --tag CXX
e63bc447 62
4cb842b3 63 EXTRA_DIST = libfreshclam.map libfreshclam_main.c
e63bc447
AG
64
65-include_HEADERS = libfreshclam.h
66+pkginclude_HEADERS = libfreshclam.h
67
68 libfreshclam_la_SOURCES = \
4cb842b3 69 libfreshclam.c \
This page took 0.183028 seconds and 4 git commands to generate.