From patchwork Sat Oct 27 22:39:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 194638 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0F84F2C008A for ; Sun, 28 Oct 2012 09:47:21 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8DD1D272C4; Sat, 27 Oct 2012 22:47:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HYp1qcq8Fjva; Sat, 27 Oct 2012 22:47:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8C7F1250A0; Sat, 27 Oct 2012 22:47:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 8D98C8F74A for ; Sat, 27 Oct 2012 22:47:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1B80F102518 for ; Sat, 27 Oct 2012 22:47:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hL3KpQCJ3sIK for ; Sat, 27 Oct 2012 22:47:12 +0000 (UTC) X-Greylist: delayed 00:08:12 by SQLgrey-1.7.6 Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [76.96.59.243]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7727C100E6C for ; Sat, 27 Oct 2012 22:47:12 +0000 (UTC) Received: from omta16.westchester.pa.mail.comcast.net ([76.96.62.88]) by qmta13.westchester.pa.mail.comcast.net with comcast id GNe71k0041uE5Es5DNf9Wu; Sat, 27 Oct 2012 22:39:09 +0000 Received: from localhost.localdomain ([68.37.48.40]) by omta16.westchester.pa.mail.comcast.net with comcast id GNfN1k00o0s1VyU3cNfNkz; Sat, 27 Oct 2012 22:39:22 +0000 From: Danomi Manchego To: buildroot@uclibc.org Date: Sat, 27 Oct 2012 18:39:02 -0400 Message-Id: <1351377542-1739-1-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] liblog4c-localtime: fix underquoted path bug. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net This patch fixes the autobuilder bug that shows up during the libmbus build. Signed-off-by: Danomi Manchego --- .../liblog4c-localtime-fix-underquoted-path.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch diff --git a/package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch b/package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch new file mode 100644 index 0000000..8a74a5e --- /dev/null +++ b/package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch @@ -0,0 +1,16 @@ +Fix "underquoted definition of AM_PATH_LOG4C" warning. + +Signed-off-by: Danomi Manchego + +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