summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/netperf/netperf_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
index 06b2eddbb..4074f0cd0 100644
--- a/meta-networking/recipes-support/netperf/netperf_git.bb
+++ b/meta-networking/recipes-support/netperf/netperf_git.bb
@@ -28,8 +28,7 @@ CFLAGS:append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"
28 28
29# set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files 29# set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files
30# larger than 2GB 30# larger than 2GB
31CFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \ 31CFLAGS:append = " -D_FILE_OFFSET_BITS=64"
32 ' -D_FILE_OFFSET_BITS=64', '', d)}"
33 32
34PACKAGECONFIG ??= "" 33PACKAGECONFIG ??= ""
35PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools," 34PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools,"