diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-08 21:49:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-08 21:49:17 +0000 |
commit | a2e33f9f8a4caa1ff3fb6d43b275d84c6d6747c3 (patch) | |
tree | 04dd11a155dc85ec197af80a0f54d8444edb3789 /package/qc-usb | |
parent | 06a80f4fabdde169a2d7255edbf8aca714c73f03 (diff) | |
download | upstream-a2e33f9f8a4caa1ff3fb6d43b275d84c6d6747c3.tar.gz upstream-a2e33f9f8a4caa1ff3fb6d43b275d84c6d6747c3.tar.bz2 upstream-a2e33f9f8a4caa1ff3fb6d43b275d84c6d6747c3.zip |
package iproute2 has problems building on recent BSD-derived platforms
because some programs to be run on the host use malloc.h in an
incompatible way.
package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin,
however the fix can be made to work on other BSD platforms
by changing the patch as below.
I think a similar approach should work for other BSD-derived platforms,
replacing the
#ifndef __APPLE__
with
#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...)
or perhaps even with just
#ifdef __linux__
if the set of platforms where malloc.h is ok is small or restricted
to just linux
In any case, the patch is below. (#3869)
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/qc-usb')
0 files changed, 0 insertions, 0 deletions