summaryrefslogtreecommitdiffstats
path: root/package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-06-05 13:06:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-05 15:05:52 +0200
commita34b77e44aa926ff1aba48d8dda7db28ccbad948 (patch)
treec076905415aa80f87ed71b8ebecca9dcc03a6284 /package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch
parent2abac75eaa213124d6a37fa41d620486a560817b (diff)
downloadbuildroot-a34b77e44aa926ff1aba48d8dda7db28ccbad948.tar.gz
buildroot-a34b77e44aa926ff1aba48d8dda7db28ccbad948.zip
package/iprutils: bump version to 2.4.14.1
Removed patches applied upstream: 0001-iprutils-Don-t-use-gettext.patch https://sourceforge.net/p/iprdd/iprutils/ci/4512cfb915b492e9eed65f7b9f72fc1c1bd097c2/ 0002-configure.ac-use-pow-instead-of-matherr-for-libm-che.patch https://sourceforge.net/p/iprdd/iprutils/ci/d7cfe35b9706da357814d4bdd21563396733753c/ 0003-iprlib-fixes-for-compatibility-with-musl.patch https://sourceforge.net/p/iprdd/iprutils/ci/ed9da50d114ea5e97f3cf599fb7b305e0cec18d6/ Autoreconf is not needed anymore, added upstream hashes, switched _SITE to https. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch')
-rw-r--r--package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch b/package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch
deleted file mode 100644
index 0fe882fb8e..0000000000
--- a/package/iprutils/0003-iprlib-fixes-for-compatibility-with-musl.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From df3b2b74ed7b49d74f5a5ec5687bcc3188d3b319 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Sun, 7 Feb 2016 14:10:44 +0100
-Subject: [PATCH] iprlib: fixes for compatibility with musl
-
-<bits/sockaddr.h> is an internal C library header, which is not
-guaranteed to be available in all C libraries, so it shouldn't be
-included, otherwise iprutils cannot be built with musl.
-
-<limits.h> is needed to get the definition of PATH_MAX.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- iprlib.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/iprlib.h b/iprlib.h
-index 16fe1e1..73aa1ce 100644
---- a/iprlib.h
-+++ b/iprlib.h
-@@ -46,9 +46,9 @@
- #include <asm/byteorder.h>
- #include <sys/mman.h>
- #include <paths.h>
--#include <bits/sockaddr.h>
- #include <linux/netlink.h>
- #include <time.h>
-+#include <limits.h>
-
- typedef uint8_t u8;
- typedef uint16_t u16;
---
-2.6.4
-
OpenPOWER on IntegriCloud