xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/log4cpp/files/fix-pc.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyundiff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in
2*4882a593Smuzhiyun--- ./log4cpp.orig/configure.in	2009-09-07 16:57:46.000000000 -0400
3*4882a593Smuzhiyun+++ ./log4cpp/configure.in	2016-02-23 12:57:11.567240018 -0500
4*4882a593Smuzhiyun@@ -130,7 +130,6 @@
5*4882a593Smuzhiyun # ----------------------------------------------------------------------------
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun AC_CONFIG_LIBCONFIG_IN([log4cpp])
8*4882a593Smuzhiyun-AC_CONFIG_PKGCONFIG_IN([log4cpp], [C++ library for flexible logging, modeled after Log4j])
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun AC_CONFIG_FILES([
11*4882a593Smuzhiyun Makefile
12*4882a593Smuzhiyundiff -Nurd ./log4cpp.orig/log4cpp.pc.in ./log4cpp/log4cpp.pc.in
13*4882a593Smuzhiyun--- ./log4cpp.orig/log4cpp.pc.in	2004-01-27 05:24:25.000000000 -0500
14*4882a593Smuzhiyun+++ ./log4cpp/log4cpp.pc.in	2016-02-22 15:06:55.769327491 -0500
15*4882a593Smuzhiyun@@ -7,4 +7,4 @@
16*4882a593Smuzhiyun Description: C++ library for flexible logging, modeled after Log4j
17*4882a593Smuzhiyun Version: @VERSION@
18*4882a593Smuzhiyun Libs: -L${libdir} @log4cpp_libs@
19*4882a593Smuzhiyun-Cflags: -I${includedir} @log4cpp_cflags@
20*4882a593Smuzhiyun+Cflags: -I${includedir}
21