summaryrefslogtreecommitdiffstats
path: root/patches/iperf-2.0.4
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-11-24 15:38:17 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-11-24 15:38:17 +0000
commit349325fa874a66dc28ab00fd3eecd8ae845e88b4 (patch)
tree1bd0df3821bbdbd3222a15f6880ebdb2c2662eba /patches/iperf-2.0.4
parent9cf4e1b314eceb751675d709e0e4706a90acfc7b (diff)
downloadptxdist-349325fa874a66dc28ab00fd3eecd8ae845e88b4.tar.gz
ptxdist-349325fa874a66dc28ab00fd3eecd8ae845e88b4.tar.xz
patches&rules: delete all manual handling of cross compile problems
with AC_FUNC_MALLOC as ptxdist does handle it for us. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9159 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/iperf-2.0.4')
-rw-r--r--patches/iperf-2.0.4/generic/iperf_gnumalloc_cross_compile.diff24
-rw-r--r--patches/iperf-2.0.4/generic/series1
2 files changed, 0 insertions, 25 deletions
diff --git a/patches/iperf-2.0.4/generic/iperf_gnumalloc_cross_compile.diff b/patches/iperf-2.0.4/generic/iperf_gnumalloc_cross_compile.diff
deleted file mode 100644
index b39617a9b..000000000
--- a/patches/iperf-2.0.4/generic/iperf_gnumalloc_cross_compile.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: fix iperf malloc detection for cross compiling
-
-Iperf configure assumes a non gnu compatible malloc for cross compiling
-Change the default to be able to cross compile.
-
-Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-
----
- configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: iperf-2.0.2/configure
-===================================================================
---- iperf-2.0.2.orig/configure
-+++ iperf-2.0.2/configure
-@@ -9519,7 +9519,7 @@ if test "${ac_cv_func_malloc_0_nonnull+s
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- if test "$cross_compiling" = yes; then
-- ac_cv_func_malloc_0_nonnull=no
-+ ac_cv_func_malloc_0_nonnull=yes
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
diff --git a/patches/iperf-2.0.4/generic/series b/patches/iperf-2.0.4/generic/series
deleted file mode 100644
index d6086253e..000000000
--- a/patches/iperf-2.0.4/generic/series
+++ /dev/null
@@ -1 +0,0 @@
-iperf_gnumalloc_cross_compile.diff