diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-07-14 13:17:06 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-14 13:44:35 -0700 |
commit | 098bbaa7446076dd10b2d221719e75b0964e0ba7 (patch) | |
tree | 1ff675e785df6de322abefb75e2be92b3bb9a8ea /recipes/clamav/clamav-0.96.1/fix-libclamav.pc.in.patch | |
parent | 9ea531812022fa5e76f6bcb9ba6ae682194a0b0a (diff) |
clamav 0.96.1: Add a patch to drop @CFLAGS@ from libclamav.pc.in, bump PR
@CFLAGS@ doesn't belong in pkgconfig files
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/clamav/clamav-0.96.1/fix-libclamav.pc.in.patch')
-rw-r--r-- | recipes/clamav/clamav-0.96.1/fix-libclamav.pc.in.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/clamav/clamav-0.96.1/fix-libclamav.pc.in.patch b/recipes/clamav/clamav-0.96.1/fix-libclamav.pc.in.patch new file mode 100644 index 0000000000..46e919a27f --- /dev/null +++ b/recipes/clamav/clamav-0.96.1/fix-libclamav.pc.in.patch @@ -0,0 +1,11 @@ +Index: clamav-0.96.1/libclamav.pc.in +=================================================================== +--- clamav-0.96.1.orig/libclamav.pc.in 2010-07-14 13:13:59.000000000 -0700 ++++ clamav-0.96.1/libclamav.pc.in 2010-07-14 13:14:05.000000000 -0700 +@@ -7,5 +7,5 @@ + Description: A GPL virus scanner + Version: @LIBCLAMAV_VERSION@ + Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@ +-Cflags: -I${includedir} @CFLAGS@ ++Cflags: -I${includedir} + |