summaryrefslogtreecommitdiffstats
path: root/package/iprutils/0001-Don-t-use-gettext.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-30 16:25:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-07 13:57:22 +0100
commit0d80aee73d977dfdc37413ed61ac1d3d29ad3540 (patch)
treebd96479aa62e36dfce428633efb23684c5ab732f /package/iprutils/0001-Don-t-use-gettext.patch
parent8b9eaff0006ffba1559f532534c3c9e5f55ad114 (diff)
downloadbuildroot-0d80aee73d977dfdc37413ed61ac1d3d29ad3540.tar.gz
buildroot-0d80aee73d977dfdc37413ed61ac1d3d29ad3540.zip
package/iprutils: bump version to 2.4.10
Upstream now provides a new autoconf-based build system, therefore our patches for Makefile are not needed anymore. We adapt the gettext patch to make sure that the configure script doesn't check for libintl.h, and we add an additional patch to fix the libm check. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: rework patches.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iprutils/0001-Don-t-use-gettext.patch')
-rw-r--r--package/iprutils/0001-Don-t-use-gettext.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/iprutils/0001-Don-t-use-gettext.patch b/package/iprutils/0001-Don-t-use-gettext.patch
deleted file mode 100644
index a80cc8758c..0000000000
--- a/package/iprutils/0001-Don-t-use-gettext.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 34fb0785f1d66ba1f79b470223426031f6258782 Mon Sep 17 00:00:00 2001
-From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-Date: Wed, 17 Sep 2014 17:48:54 +0100
-Subject: [PATCH 1/3] iprutils: Don't use gettext
-
-... since we don't have any translation.
-
-Based on the former patch by Jeremy Kerr.
-
-Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
----
- iprconfig.h | 4 +---
- 1 files changed, 1 insertions(+), 3 deletions(-)
-
-diff --git a/iprconfig.h b/iprconfig.h
-index cad591a..4a1fa0d 100644
---- a/iprconfig.h
-+++ b/iprconfig.h
-@@ -11,9 +11,7 @@
- *
- **/
-
--#include <libintl.h>
--
--#define _(string) gettext(string)
-+#define _(string) (string)
- #define __(string) (string)
- #define EXIT_FLAG 0x8000 /* stops at given screen on exit call */
- #define CANCEL_FLAG 0x4000 /* stops at given screen on quit call */
---
-1.7.1
-
OpenPOWER on IntegriCloud