From patchwork Sun Mar 5 19:33:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 735477 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vbtQR339Rz9s7s for ; Mon, 6 Mar 2017 06:34:07 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BC0DC301F0; Sun, 5 Mar 2017 19:33:58 +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 GvCmhs1aXLzD; Sun, 5 Mar 2017 19:33:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EBAB32E73D; Sun, 5 Mar 2017 19:33:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 062811C27B8 for ; Sun, 5 Mar 2017 19:33:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 01C7B82BE1 for ; Sun, 5 Mar 2017 19:33:50 +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 6koe3Shlc8IJ for ; Sun, 5 Mar 2017 19:33:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2E56880BF5 for ; Sun, 5 Mar 2017 19:33:47 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id E5DA644045F; Sun, 5 Mar 2017 21:33:25 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Sun, 5 Mar 2017 21:33:36 +0200 Message-Id: <4dccce88a1f69b1ce62739e89b050382df056626.1488742417.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.11.0 Subject: [Buildroot] [PATCH 1/2] ipset: drop obsolete patch X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Since commit 0552a367dbd ("Remove --{enable, disable}-debug configure flags.") we do not pass --enable-debug to configure script. The patch to remove -Werror in this case is thus no longer needed. Signed-off-by: Baruch Siach --- ...not-pass-Werror-when-enable-debug-is-used.patch | 39 ---------------------- package/ipset/ipset.mk | 2 -- 2 files changed, 41 deletions(-) delete mode 100644 package/ipset/0001-Do-not-pass-Werror-when-enable-debug-is-used.patch diff --git a/package/ipset/0001-Do-not-pass-Werror-when-enable-debug-is-used.patch b/package/ipset/0001-Do-not-pass-Werror-when-enable-debug-is-used.patch deleted file mode 100644 index c115f6337d6d..000000000000 --- a/package/ipset/0001-Do-not-pass-Werror-when-enable-debug-is-used.patch +++ /dev/null @@ -1,39 +0,0 @@ -From f31bb2561776ad2ce4b77339da6fbfc9e3b2ffbb Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni -Date: Sun, 26 Oct 2014 14:18:29 +0100 -Subject: [PATCH] Do not pass -Werror when --enable-debug is used - -Signed-off-by: Thomas Petazzoni ---- - Make_global.am | 2 +- - configure.ac | 1 - - 2 files changed, 1 insertion(+), 2 deletions(-) - -diff --git a/Make_global.am b/Make_global.am -index 7953451..25c4d64 100644 ---- a/Make_global.am -+++ b/Make_global.am -@@ -77,7 +77,7 @@ AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \ - AM_CFLAGS = -std=gnu99 - - if ENABLE_DEBUG --AM_CFLAGS += -g -g3 -ggdb -gdwarf-2 -DIPSET_DEBUG -Wall -Werror -+AM_CFLAGS += -g -g3 -ggdb -gdwarf-2 -DIPSET_DEBUG -Wall - else - AM_CFLAGS += -O2 -DNDEBUG - endif -diff --git a/configure.ac b/configure.ac -index 8fdac15..ee3b147 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -345,7 +345,6 @@ AX_CFLAGS_GCC_OPTION(-Waggregate-return) - AX_CFLAGS_GCC_OPTION(-Wbad-function-cast) - AX_CFLAGS_GCC_OPTION(-Wcast-align) - AX_CFLAGS_GCC_OPTION(-Wcast-qual) --AX_CFLAGS_GCC_OPTION(-Werror) - AX_CFLAGS_GCC_OPTION(-Wextra) - AX_CFLAGS_GCC_OPTION(-Wfloat-equal) - AX_CFLAGS_GCC_OPTION(-Wformat=2) --- -2.0.0 - diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk index bb40fee3d147..5d7955f7ea81 100644 --- a/package/ipset/ipset.mk +++ b/package/ipset/ipset.mk @@ -9,8 +9,6 @@ IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2 IPSET_SITE = http://ipset.netfilter.org IPSET_DEPENDENCIES = libmnl host-pkgconf IPSET_CONF_OPTS = --with-kmod=no -# For 0001-Do-not-pass-Werror-when-enable-debug-is-used.patch -IPSET_AUTORECONF = YES IPSET_LICENSE = GPLv2 IPSET_LICENSE_FILES = COPYING IPSET_INSTALL_STAGING = YES