diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 12:15:32 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 12:33:53 +0100 |
| commit | ce2888a053f4dc1ab18e9cfc6ceb96fb033b6c1b (patch) | |
| tree | bb5153da005a8c873a6dcd6da026229a36008574 /package/liblog4c-localtime/0001-localtime-fix-underquoted-path.patch | |
| parent | 1769933d98cc4891df571453f0380a4aef5aefcc (diff) | |
| download | buildroot-ce2888a053f4dc1ab18e9cfc6ceb96fb033b6c1b.tar.gz buildroot-ce2888a053f4dc1ab18e9cfc6ceb96fb033b6c1b.zip | |
liblog4c-localtime: rename patches to the new naming convention
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/liblog4c-localtime/0001-localtime-fix-underquoted-path.patch')
| -rw-r--r-- | package/liblog4c-localtime/0001-localtime-fix-underquoted-path.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/liblog4c-localtime/0001-localtime-fix-underquoted-path.patch b/package/liblog4c-localtime/0001-localtime-fix-underquoted-path.patch new file mode 100644 index 0000000000..8a74a5efd9 --- /dev/null +++ b/package/liblog4c-localtime/0001-localtime-fix-underquoted-path.patch @@ -0,0 +1,16 @@ +Fix "underquoted definition of AM_PATH_LOG4C" warning. + +Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> + +diff -urN liblog4c-localtime-1.0/log4c.m4 liblog4c-localtime-1.0.orig/log4c.m4 +--- liblog4c-localtime-1.0/log4c.m4 2012-10-27 16:11:46.219894716 -0400 ++++ liblog4c-localtime-1.0.orig/log4c.m4 2012-10-27 16:10:31.393336864 -0400 +@@ -4,7 +4,7 @@ + dnl AM_PATH_LOG4C([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for LOG4C, and define LOG4C_CFLAGS and LOG4C_LIBS + dnl +-AC_DEFUN(AM_PATH_LOG4C, ++AC_DEFUN([AM_PATH_LOG4C], + [dnl + dnl Get the cflags and libraries from the log4c-config script + dnl |

