From patchwork Thu Jun 7 09:58:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 163562 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 14433B6FFA for ; Thu, 7 Jun 2012 19:59:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D378A907F0; Thu, 7 Jun 2012 09:58:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X+e2KBz2U-JF; Thu, 7 Jun 2012 09:58:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BEA2A9026D; Thu, 7 Jun 2012 09:58:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6F7A78F753 for ; Thu, 7 Jun 2012 09:58:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C11E9026D for ; Thu, 7 Jun 2012 09:58:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70P++W7kk2pm for ; Thu, 7 Jun 2012 09:58:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from multi.imgtec.com (multi.imgtec.com [194.200.65.239]) by whitealder.osuosl.org (Postfix) with ESMTPS id D6EC990189 for ; Thu, 7 Jun 2012 09:58:52 +0000 (UTC) From: Markos Chandras To: Date: Thu, 7 Jun 2012 10:58:14 +0100 Message-ID: <1339063094-25298-1-git-send-email-markos.chandras@imgtec.com> X-Mailer: git-send-email 1.7.1 X-OriginalArrivalTime: 07 Jun 2012 09:58:48.0753 (UTC) FILETIME=[2274A210:01CD4494] MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01181__2012_06_07_10_58_49 Subject: [Buildroot] [PATCH] synergy: Remove -Werror from CXXFLAGS 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Markos Chandras --- package/synergy/synergy-1.3.1-remove-werror.patch | 29 +++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 package/synergy/synergy-1.3.1-remove-werror.patch diff --git a/package/synergy/synergy-1.3.1-remove-werror.patch b/package/synergy/synergy-1.3.1-remove-werror.patch new file mode 100644 index 0000000..fe55778 --- /dev/null +++ b/package/synergy/synergy-1.3.1-remove-werror.patch @@ -0,0 +1,29 @@ +Remove -Werror from CXXFLAGS + +Signed-off-by: Markos Chandras + +Index: synergy-1.3.1/configure +=================================================================== +--- synergy-1.3.1.orig/configure ++++ synergy-1.3.1/configure +@@ -10835,20 +10835,6 @@ echo $ECHO_N "checking for C++ compiler + echo "${ECHO_T}$acx_cxx_warnings" >&6 + + +- echo "$as_me:$LINENO: checking for C++ compiler warning are errors flags" >&5 +-echo $ECHO_N "checking for C++ compiler warning are errors flags... $ECHO_C" >&6 +- if test "$GXX" = "yes"; then +- acx_cxx_warnings_are_errors="-Werror" +- fi +- if test -n "$acx_cxx_warnings_are_errors"; then +- CXXFLAGS="$CXXFLAGS $acx_cxx_warnings_are_errors" +- else +- acx_cxx_warnings_are_errors="unknown" +- fi +- echo "$as_me:$LINENO: result: $acx_cxx_warnings_are_errors" >&5 +-echo "${ECHO_T}$acx_cxx_warnings_are_errors" >&6 +- +- + CXXFLAGS="$CXXFLAGS $SYNERGY_CXXFLAGS $ARCH_CFLAGS" + OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS $ARCH_CFLAGS" + LIBS="$NANOSLEEP_LIBS $INET_ATON_LIBS $ARCH_LIBS $LIBS"