summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-03-05 21:33:36 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-05 21:30:43 +0100
commit2ea735f5a0ec3bbb51e77375f4cecf66eca9c539 (patch)
treed2492d3f0a9fbe892c172ed1c74970b17d86e309 /package
parenta726c7dff8557bd3592c6e1eb1d6f3616ba90131 (diff)
downloadbuildroot-2ea735f5a0ec3bbb51e77375f4cecf66eca9c539.tar.gz
buildroot-2ea735f5a0ec3bbb51e77375f4cecf66eca9c539.zip
ipset: drop obsolete patch
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 <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/ipset/0001-Do-not-pass-Werror-when-enable-debug-is-used.patch39
-rw-r--r--package/ipset/ipset.mk2
2 files changed, 0 insertions, 41 deletions
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 c115f6337d..0000000000
--- 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 <thomas.petazzoni@free-electrons.com>
-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 <thomas.petazzoni@free-electrons.com>
----
- 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 bb40fee3d1..5d7955f7ea 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
OpenPOWER on IntegriCloud