]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-headers.patch
- release 4, install more header files and put them under own dir
[packages/clamav.git] / clamav-headers.patch
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
3 @@ -23,6 +23,8 @@
4  
5  bin_SCRIPTS=clamav-config
6  
7 +pkginclude_HEADERS = clamav-config.h platform.h
8 +
9  if ENABLE_CLAMSUBMIT
10  SUBDIRS += clamsubmit
11  endif
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
19 +pkginclude_HEADERS = clamav.h cltypes.h
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
This page took 0.032679 seconds and 3 git commands to generate.