summaryrefslogtreecommitdiffstats
path: root/network/iperf/patches/0_iperf-2.0.8-debuginfo.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-11-23 17:01:07 +0100
committer Matteo Bernardini2019-11-23 17:01:07 +0100
commit6b48d82e578c25792056a160476598a0c7cb5f21 (patch)
treeb46961106d9f7c026b81a685bc26d23b5052b19e /network/iperf/patches/0_iperf-2.0.8-debuginfo.patch
parent12d62c31c39761316cffa2b3236f1e96ba97caf3 (diff)
downloadslackbuilds-6b48d82e578c25792056a160476598a0c7cb5f21.tar.gz
20191123.1 global branch merge.current-20191123.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/iperf/patches/0_iperf-2.0.8-debuginfo.patch')
-rw-r--r--network/iperf/patches/0_iperf-2.0.8-debuginfo.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/iperf/patches/0_iperf-2.0.8-debuginfo.patch b/network/iperf/patches/0_iperf-2.0.8-debuginfo.patch
new file mode 100644
index 0000000000..2a3ad246ee
--- /dev/null
+++ b/network/iperf/patches/0_iperf-2.0.8-debuginfo.patch
@@ -0,0 +1,17 @@
+diff -NarpU5 iperf-2.0.8/configure.ac iperf-2.0.8.debuginfo/configure.ac
+--- iperf-2.0.8/configure.ac 2015-04-02 16:51:48.000000000 -0400
++++ iperf-2.0.8.debuginfo/configure.ac 2015-04-10 10:11:33.287445003 -0400
+@@ -42,13 +42,11 @@ AC_ARG_ENABLE(kalman, AC_HELP_STRING([--
+ dnl ===================================================================
+ dnl Checks for programs
+ dnl ===================================================================
+
+ AC_PROG_CXX
+-CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
+ AC_PROG_CC
+-CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
+ AC_ISC_POSIX
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
+ AC_LANG(C)